This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
darkfi
Watch
1
Star
1
Fork
0
You've already forked darkfi
mirror of
https://github.com/darkrenaissance/darkfi.git
synced
2026-04-28 03:00:18 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cde5f7cea23f58eeb0c9bebd3e6e0e6a5b0b2e46
darkfi
/
src
/
runtime
History
zero
cde5f7cea2
runtime/merkle: simplify the function. we do not need to store the intermediate roots for the tree since each update is atomic. Also the serialization length == 32 should be an assert rather than a conditional check.
2024-03-19 10:34:45 +01:00
..
import
runtime/merkle: simplify the function. we do not need to store the intermediate roots for the tree since each update is atomic. Also the serialization length == 32 should be an assert rather than a conditional check.
2024-03-19 10:34:45 +01:00
memory.rs
chore: Clippy lints
2024-03-05 08:47:43 +01:00
mod.rs
chore: Update copyright year in license headers
2024-01-16 13:07:22 +01:00
vm_runtime.rs
smt: get it working with the WASM, and add it to money contract for nullifiers. Summary of changes:
2024-03-18 15:50:30 +01:00