Packs an EdDSA signature into a buffer of 64 bytes for efficient storage.
Use unpackSignature to reverse the process without needing to know
the details of the format.
The buffer contains the R8 point packed int 32 bytes (via
packSignature) followed by the S scalar. All encodings are
little-endian.
Packs an EdDSA signature into a buffer of 64 bytes for efficient storage. Use unpackSignature to reverse the process without needing to know the details of the format.
The buffer contains the R8 point packed int 32 bytes (via packSignature) followed by the S scalar. All encodings are little-endian.