Serialize a Scalar to bytes.
StaticdeserializeDeserialize a Scalar from a serialized buffer.
The ciphersuite providing deserialization
The bytes to deserialize
A new SerializableScalar
Zeroize the scalar value by replacing it with zero. Note: In TypeScript, we can't truly zeroize memory, but we return a new zeroed instance.
Clone this SerializableScalar.
Check equality with another SerializableScalar.
Helper class to serialize a Scalar.