We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b616c commit a0e4d11Copy full SHA for a0e4d11
1 file changed
docs/zk-design.md
@@ -37,7 +37,7 @@ All computation must be pure and deterministic.
37
| Strings | `String` | `alloc::string::String` |
38
| Errors | `std::error::Error` | Custom error types |
39
| Hash Maps | `HashMap` | `BTreeMap` (deterministic) |
40
-| Randomness | `rand` | ❌ Not allowed |
+| Randomness | `rand` | Not allowed |
41
| Time | `std::time` | Provided via input |
42
43
## Determinism Requirements
0 commit comments