arcium_encrypt_values
Encrypt numeric values via ECDH shared secret and RescueCipher, returning ciphertext for MPC computation.
Instructions
Encrypt numeric values using Arcium's RescueCipher via ECDH shared secret. Returns ciphertext ready for MPC computation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | Numeric values as strings (converted to BigInt) | |
| mxe_public_key | Yes | Hex-encoded MXE public key | |
| client_private_key | Yes | Hex-encoded x25519 private key |