github polterguy/magic v8.4.4
Cypherpunk release

latest releases: v17.3.9, v17.3.8, v17.3.7...
3 years ago

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.

Don't miss a new magic release

NewReleases is sending notifications on new releases.