Module crypto

Source
Expand description

This submodule contains cryptographic related operations.

Modules§

config
ecdsa
ethereum

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.