sig_length

Contents

sig_length#

uint64_t sig_length(uint64_t dimension, uint64_t degree) noexcept#

Returns the length of a truncated signature.

Parameters:
  • dimension – Dimension of the underlying path.

  • degree – Truncation degree of the signature.

Returns:

Length of a truncated signature. A returned value of 0 indicates integer overflow.