README
Type Aliases
| Type alias | Description |
|---|---|
| CipherText | - |
| CipherTextBytes | - |
Functions
| Function | Description |
|---|---|
| decrypt | Decrypts a CipherText using a PrivateKey. |
| decryptBytes | Decrypts a CipherText using a PrivateKey. |
| encrypt | Public Key Encryption, encrypts Field elements using a PublicKey. |
| encryptBytes | Public Key Encryption, encrypts Bytes using a PublicKey. |