Crate commonware_utils

source
Expand description

Leverage common functionality across multiple primitives.

Functionsยง

  • Hashes the given Bytes using SHA-256.
  • Converts a byte slice to a hexadecimal string.
  • Assuming that n = 3f + 1, compute the minimum size of t such that t >= 2f + 1.