trifid/trifid-pki
c0repwn3r 05d452bc50
trifid-pki changes and config work
2023-03-28 13:10:11 -04:00
..
src trifid-pki changes and config work 2023-03-28 13:10:11 -04:00
Cargo.toml trifid-pki changes and config work 2023-03-28 13:10:11 -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.