Crate primitives

Crate 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).

Macros§

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

Structs§

LowerBound
A lower bound for a value.
UpperBound
An upper bound for a value.

Functions§

keccak256
The Keccak-256 hash function.