constants with lazy_static, refactor

This commit is contained in:
arnaucube
2019-08-28 00:25:27 +02:00
parent 1ff5a567a7
commit 48085c5a83
2 changed files with 240 additions and 260 deletions

View File

@@ -17,3 +17,4 @@ tiny-keccak = "1.5"
rustc-hex = "1.0.0"
mimc-rs = "0.0.1"
arrayref = "0.3.5"
lazy_static = "1.4.0"