trifid-pki

Crates.iotrifid-pki
lib.rstrifid-pki
version0.1.11
sourcesrc
created_at2023-02-27 19:52:14.770862
updated_at2023-06-22 01:04:10.495438
descriptionA rust implementation of the Nebula PKI system
homepagehttps://git.e3t.cc/~core/trifid
repositoryhttps://git.e3t.cc/~core/trifid
max_upload_size
id796321
size518,783
(c0repwn3r)

documentation

https://docs.rs/trifid-pki

README

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.

Commit count: 0

cargo fmt