trifid/trifid-pki
core 2bc8544140
finish up trifid-pki for now
2023-02-27 19:04:28 -05:00
..
src finish up trifid-pki for now 2023-02-27 19:04:28 -05:00
Cargo.toml MORE TESTS! 95% pki coverage 2023-02-27 18:12:24 -05: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.