trifid/trifid-pki
c0repwn3r a2a94ad801
code cleanup
2023-05-15 14:51:27 -04:00
..
src code cleanup 2023-05-15 14:51:27 -04:00
Cargo.toml enrollment 2023-05-14 13:47:49 -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.