Module signature_core::util[][src]

Common methods for signature schemes

Traits

VecSerializer

An internal vector serializer

Functions

hash_to_scalar

Hashes a byte sequence to a Scalar

scalar_from_bytes

Convert a big endian byte sequence to a Scalar

scalar_to_bytes

Converts a scalar to big endian bytes

sum_of_products

Compute multi-exponeniation which for elliptic curves is the sum of products using Pippenger’s method