Sivaram's repositories
bip-frost-signing
A BIP draft for BIP340-compatible FROST threshold signing protocol
bit-optimus
Optimized way to select pending transactions for a block from the mempool
schnorr-adaptor-example
Example demonstrating the Schnorr adaptor module in `rust-libsecp256k1-zkp` library
wycheproof
Project Wycheproof tests crypto libraries against known attacks.
frost-enrollment
Extends BIP-340 FROST with enrollment functionality
hacspec-sss
Shamir's secret sharing scheme over GF(q), where q is the order of the secp256k1 curve, implemented in Hacspec
rustlings-progress-tracker
Solving the Rustlings exercises
bips
Bitcoin Improvement Proposals
bitcoin
Bitcoin Core integration/staging tree
boehs-site
🔭 My little corner of the internet (it's cozy)
cross-input-aggregation
Thoughts on cross-input (signature) aggregation for Bitcoin
cryptohack-notes
My notes from cryptohack.org challenges
guessing_game
Impl Rust Book Ch2
hacspec
A specification language for cryptography primitives.
hax
A Rust verification tool
MACs
Message authentication code algorithms written in pure Rust
parallel-hash-poc
A ParallelHash proof of concept for RustCrypto
rust-secp256k1
Rust language bindings for Bitcoin secp256k1 library.
secp256k1-zkp
Experimental fork of libsecp256k1 with support for pedersen commitments and range proofs.
SillyTavern
LLM Frontend for Power Users.
siv2r.github.io
A book teaching about Bitcoin, written by Kalle Rosenbaum
zcash-frost
Rust implementation of FROST (Flexible Round-Optimised Schnorr Threshold signatures) by the Zcash Foundation