Module util

Source
Expand description

General-purpose utilities and re-exports.

Modules§

ed25519
ed25519 keys and signatures.
hex
Utilities for encoding, decoding, and displaying lowercase hex/base16 formatted data.

Traits§

ByteArray
A trait for types represented in memory as a byte array. Should NOT be implemented for types that require validation of the byte array contents.