Supported Types
| Type | Range | Ciphertext Size |
|---|---|---|
| u8 | 0-255 | ~10KB |
| u32 | 0-4.2B | ~40KB |
| u64 | 0-18Q | ~80KB |
Basic Encryption
- Rust
- TypeScript
Batch Encryption
- Rust
- TypeScript
With User Recovery
- Rust
- TypeScript
Submitting Data
- Rust
- TypeScript
Best Practices
- Use the smallest type that fits your data
- Add user recovery for data users need to view locally
- Batch encryption for multiple values