pointbreak 0.5.0

Durable terminal code review for changes humans and coding agents collaborate on together
Documentation
1
2
3
4
5
6
7
8
9
mod did_key;
mod ed25519;

pub use did_key::SignerId;
#[cfg(test)]
pub(crate) use ed25519::TestEd25519Signer;
pub use ed25519::{
    EventSignatureBytes, EventSigner, EventVerificationStatus, verify_ed25519_strict,
};