fix[pallas-math]: use malachite as default
This commit is contained in:
parent
15b424f4fc
commit
73a3a73d0e
11 changed files with 835 additions and 1536 deletions
|
|
@ -21,10 +21,9 @@ rand_core = "0.6"
|
|||
pallas-codec = { version = "=0.30.2", path = "../pallas-codec" }
|
||||
serde = "1.0.143"
|
||||
|
||||
# FIXME: This needs to be a properly deployed crate from the input-output-hk/vrf repository after my PR is merged
|
||||
# The vrf crate has not been fully tested in production environments and still has several upstream issues that
|
||||
# are open PRs but not merged yet.
|
||||
vrf_dalek = { git = "https://github.com/AndrewWestberg/vrf", rev = "6fc1440b197098feb6d75e2b71517019b8e2e9c2" }
|
||||
vrf_dalek = { git = "https://github.com/txpipe/vrf", rev = "044b45a1a919ba9d9c2471fc5c4d441f13086676" }
|
||||
|
||||
[dev-dependencies]
|
||||
itertools = "0.13"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue