Skip to content

Commit

Permalink
feat: use lazy_static to load the constants
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTehrani committed May 5, 2023
1 parent 4d72a30 commit 4b8acc4
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 233 deletions.
1 change: 1 addition & 0 deletions packages/poseidon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ hex = "0.4.3"
hex-literal = "0.3.4"
secq256k1 = { path = "../secq256k1" }
getrandom = { version = "0.2.8", features = ["js"] }
lazy_static = "1.4.0"
#typenum = { version = "1.16.0", optional = true }
#neptune = { version = "8.1.0", optional = true }
#blstrs = { version = "0.6.0", optional = true }
Expand Down
Loading

1 comment on commit 4b8acc4

@lsankar4033
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

Please sign in to comment.