docs: add module descriptions

This commit is contained in:
Bobbin Threadbare
2023-10-06 21:13:42 -07:00
parent bfd05e3d38
commit 7ddcdc5e39
8 changed files with 20 additions and 10 deletions

View File

@@ -1,3 +1,5 @@
//! Cryptographic hash functions used by the Miden VM and the Miden rollup.
use super::{Felt, FieldElement, StarkField, ONE, ZERO};
pub mod blake;