signBytes takes arbitrary bytes and a secret key, prepends the bytes with "MX" for domain separation, signs the bytes with the private key, and returns the signature.
Uint8array
Algorand secret key
binary signature
Generated using TypeDoc
signBytes takes arbitrary bytes and a secret key, prepends the bytes with "MX" for domain separation, signs the bytes with the private key, and returns the signature.