Crate nanopyrs

Source

Re-exports§

pub use block::Block;
pub use block::BlockType;
pub use signature::Signature;

Modules§

base32
block
camo
constants
Various Nano-related constants
hashes
Various hash functions
rpc
signature

Macros§

scalar
Create a Scalar
secret
Create a SecretBytes<N>
version_bits
Decode CamoVersions from the compact u8 representation.
versions
Create CamoVersions with all of the given versions enabled. Versions which are not supported by this software will be ignored.

Structs§

Account
A nano_ account
Key
The private key of a nano_ account
Scalar
A wrapper for curve25519_dalek::scalar::Scalar that automatically calls zeroize when dropped
SecretBytes
A wrapper for [u8; N] that automatically calls zeroize when dropped

Enums§

NanoError