Crates.io | trifid-pki |
lib.rs | trifid-pki |
version | 0.1.11 |
source | src |
created_at | 2023-02-27 19:52:14.770862 |
updated_at | 2023-06-22 01:04:10.495438 |
description | A rust implementation of the Nebula PKI system |
homepage | https://git.e3t.cc/~core/trifid |
repository | https://git.e3t.cc/~core/trifid |
max_upload_size | |
id | 796321 |
size | 518,783 |
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.
See the documentation for examples.