Crate mizaru

Source

Structs§

BlindedSignature
A blind signature.
PublicKey
A Mizaru public key. This is actually just the merkle-tree-root of a huge bunch of bincoded RSA public keys!
SecretKey
A Mizaru private key. Consists of a vast number of RSA private keys, one for every day, for the 65536 days after the Unix epoch. This supports serde so that you can save this to disk.
UnblindedSignature

Functions§

time_to_epoch
Obtains the epoch from a SystemTime