trifid/trifid-pki
c0repwn3r a4fda57da8
finish version command, add version to trifid-pki and bump trifid-pki
2023-03-20 11:34:46 -04:00
..
src finish version command, add version to trifid-pki and bump trifid-pki 2023-03-20 11:34:46 -04:00
Cargo.toml finish version command, add version to trifid-pki and bump trifid-pki 2023-03-20 11:34:46 -04:00
README.md MORE TESTS! 95% pki coverage 2023-02-27 18:12:24 -05:00
tarpaulin-report.html MORE TESTS! 95% pki coverage 2023-02-27 18:12:24 -05:00

README.md

trifid-pki

trifid-pki is a crate for interacting with the Nebula PKI system. It was created to prevent the need to make constant CLI calls for signing operations in Nebula. Is is designed to be interoperable with the original Go implementation and as such has some oddities with key management to ensure compatability.

This crate has not received any formal security audits, however the underlying crates used for actual cryptographic operations (ed25519-dalek and curve25519-dalek) have been audited, finding no major issues.

Examples

See the documentation for examples.