Module signing

Module signing 

Source

Functionsยง

ed25519_signature
Signs data using Ed25519 with the provided private key seed.
hmac_signature
Generates an HMAC-SHA256 signature for the given data using the provided secret.
rsa_signature
Signs data using RSA PKCS#1 v1.5 SHA-256 with the provided private key in PEM format.