Create a new Signature instance from a Uint8Array or String.
A HexInput (string or Uint8Array)
Static ReadonlyLENGTHSecp256r1 ecdsa signatures are 256-bit.
Serializes the data into a byte array using the provided serializer. This function is essential for converting data into a format suitable for transmission or storage.
The serializer instance used to convert the data.
StaticdeserializeDeserializes a Secp256r1Signature from the provided deserializer. This function allows you to reconstruct a Secp256r1Signature object from its serialized byte representation.
The deserializer instance used to read the serialized data.
Represents a signature of a message signed using a Secp256r1 ECDSA private key.