Crate monero_primitives

Crate monero_primitives 

Source
Expand description

§Monero Primitives

Primitive structures and functions for the Monero protocol.

This library is usable under no-std when the std feature (on by default) is disabled.

§Cargo Features

  • std (on by default): Enables std (and with it, more efficient internal implementations).

Re-exports§

pub use bounds::*;

Modules§

bounds 🔒

Macros§

const_max 👻
A const-context variant of the max function.
const_min 👻
A const-context variant of the min function.

Functions§

keccak256
The Keccak-256 hash function.