Expand description
This submodule contains cryptographic related operations.
Modules§
Functions§
- remove_
leading - Removes the leading elements from a vector that match the specified element.
- string_
to_ vec_ u8 - Converts a hexadecimal string (optionally prefixed with ‘0x’) to a vector of bytes.
- vec_
u8_ to_ string - Converts a vector of bytes to a hexadecimal string.