Functionsยง
- py_
ed25519_ signature - Signs
datausing Ed25519 with the provided private key seed. - py_
hmac_ signature - Generates an HMAC-SHA256 signature for the given data using the provided secret.
- py_
rsa_ signature - Signs
datausing RSA PKCS#1 v1.5 SHA-256 with the provided private key in PEM format.