Module miden_objects::crypto::utils

source ·
Expand description

Utilities used in this crate which can also be generally useful downstream.

Modules§

Macros§

  • Creates a String using interpolation of runtime expressions.
  • Creates a Vec containing the arguments.

Structs§

  • A pointer type that uniquely owns a heap allocation of type T.
  • Implements ByteReader trait for a slice of bytes.

Enums§

Traits§

  • Defines how primitive values are to be read from Self.
  • Defines how primitive values are to be written into Self.
  • Defines how to deserialize Self from bytes.
  • Defines how to serialize Self into bytes.

Functions§