cashu 0.16.0

Cashu shared types and crypto utilities, used as the foundation for the CDK and their crates
Documentation
1
2
3
4
5
6
7
8
pub mod nut21;
pub mod nut22;

pub use nut21::{Method, ProtectedEndpoint, RoutePath, Settings as ClearAuthSettings};
pub use nut22::{
    AuthProof, AuthRequired, AuthToken, BlindAuthToken, MintAuthRequest,
    Settings as BlindAuthSettings,
};