feat: add no-std support

closes #5
This commit is contained in:
Victor Lopez
2022-11-22 13:35:27 +01:00
parent 7395697a68
commit 3b9d515d00
7 changed files with 60 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
use crate::Word;
use crate::{Vec, Word};
#[cfg(test)]
use crate::{Felt, ZERO};