Skip to content

Commit a0e4d11

Browse files
authored
Update zk-design.md
1 parent b9b616c commit a0e4d11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/zk-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ All computation must be pure and deterministic.
3737
| Strings | `String` | `alloc::string::String` |
3838
| Errors | `std::error::Error` | Custom error types |
3939
| Hash Maps | `HashMap` | `BTreeMap` (deterministic) |
40-
| Randomness | `rand` | Not allowed |
40+
| Randomness | `rand` | Not allowed |
4141
| Time | `std::time` | Provided via input |
4242

4343
## Determinism Requirements

0 commit comments

Comments
 (0)