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-01-09 14:48:08 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
multi-dag
Add File
New File
Upload File
Apply Patch
darkfi
/
tests
History
parazyd
122c68f602
net/transport: Simplify SOCKS5 client (the OCD is real)
2024-12-06 01:55:55 +01:00
..
dyn_circuit.rs
chore: Update copyright year in license headers
2024-01-16 13:07:22 +01:00
halo2_vk_ser.rs
chore: replaced all MerkleTree::new(100) with MerkleTree::new(1) for consistency
2024-04-27 16:02:36 +03:00
jsonrpc.rs
rcp/server: generalize RequestHandler so we can create multiple instances of it
2024-12-05 16:22:43 +02:00
network_transports.rs
net/tor: Use P2P datastore for Tor's state and cache dirs
2024-07-02 12:13:22 +02:00
smt.rs
smt: simplify ZK gadget. Use
root = sparse_merkle_root(pos, path, leaf)
instead of the more complicated
is_member = sparse_tree_is_member(root, path, pos, leaf)
2024-04-02 09:39:38 +02:00
socks5.rs
net/transport: Simplify SOCKS5 client (the OCD is real)
2024-12-06 01:55:55 +01:00
vdf_eval.rs
chore: Update copyright year in license headers
2024-01-16 13:07:22 +01:00
zkvm_opcodes.rs
chore: replaced all MerkleTree::new(100) with MerkleTree::new(1) for consistency
2024-04-27 16:02:36 +03:00