Skip to content

Cypherpunk release

Compare
Choose a tag to compare
@polterguy polterguy released this 18 Oct 17:53
· 6282 commits to master since this release

Version 8.4.4

magic.lambda.crypto

Created full support for RSA cryptography, having added the following slots.

  • [crypto.rsa.create-key] - Creates an RSA keypair
  • [crypto.rsa.sign] - Cryptographically signs a message
  • [crypto.rsa.verify] - Verifies a previously created cryptographic signature
  • [crypto.rsa.encrypt] - Encrypts a piece of text/data using some public key
  • [crypto.rsa.decrypt] - Decrypts a previously encrypted message using a private key

Refer to the documentation of magic.lambda.crypto for details.