Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/sealring/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sealring"
version = "0.3.0"
version = "0.3.1"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/sealring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ cargo run -p sealring --example seal_open --features x25519
| feature | pulls in | notes |
|---|---|---|
| (default) | nothing | traits and suite v1 only; bring your own `Kem` |
| `k256` | k256 with `ecdh` | secp256k1, matches most iptf-pocs consumers |
| `k256` | k256 with `ecdh` | secp256k1, matches most consumers |
| `x25519` | x25519-dalek | |
| `grumpkin` | ark-grumpkin | heaviest adapter; duplicates the rand/digest stack because arkworks still sits on rand_core 0.6 and digest 0.10. The adapter never routes the caller's rng into arkworks: it draws raw bytes from `CryptoRng` and builds the scalar with `from_le_bytes_mod_order` |
| `parallel` | rayon | chunked scan across the rayon thread pool, `Scanner::scan_parallel` |
Expand Down