• 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.

    Parameters

    Returns Buffer

    a 64 byte buffer containing the packed signature