Pinned Repositories
secp256k1
Optimized C library for EC operations on curve secp256k1
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
cs-video-courses
List of Computer Science courses with video lectures.
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
hashes
Collection of cryptographic hash functions written in pure Rust
kidney-exchange
A platform to facilitate automized inter-hospital kidney transplants.
libsecp-notes
Some stuff that I note down when I dig through the Bitcoin Core's libsecp2561k codebase
rust-secp256k1-zkp
siv2r's Repositories
siv2r/bip-frost-signing
A BIP draft for BIP340-compatible FROST threshold signing protocol
siv2r/bit-optimus
Optimized way to select pending transactions for a block from the mempool
siv2r/rust-secp256k1-zkp
siv2r/hashes
Collection of cryptographic hash functions written in pure Rust
siv2r/Python_Specification_for_Schnorr_Adaptor
siv2r/schnorr-adaptor-example
Example demonstrating the Schnorr adaptor module in `rust-libsecp256k1-zkp` library
siv2r/wycheproof
Project Wycheproof tests crypto libraries against known attacks.
siv2r/frost-enrollment
Extends BIP-340 FROST with enrollment functionality
siv2r/hacspec-sss
Shamir's secret sharing scheme over GF(q), where q is the order of the secp256k1 curve, implemented in Hacspec
siv2r/rustlings-progress-tracker
Solving the Rustlings exercises
siv2r/bip-frost-dkg
siv2r/bips
Bitcoin Improvement Proposals
siv2r/bitcoin
Bitcoin Core integration/staging tree
siv2r/boehs-site
🔭 My little corner of the internet (it's cozy)
siv2r/cross-input-aggregation
Thoughts on cross-input (signature) aggregation for Bitcoin
siv2r/cryptohack-notes
My notes from cryptohack.org challenges
siv2r/gpt-llm-trainer
siv2r/guessing_game
Impl Rust Book Ch2
siv2r/hacspec
A specification language for cryptography primitives.
siv2r/hax
A Rust verification tool
siv2r/MACs
Message authentication code algorithms written in pure Rust
siv2r/parallel-hash-poc
A ParallelHash proof of concept for RustCrypto
siv2r/placement-prep-anirudh
siv2r/rust-secp256k1
Rust language bindings for Bitcoin secp256k1 library.
siv2r/secp256k1
Optimized C library for EC operations on curve secp256k1
siv2r/secp256k1-zkp
Experimental fork of libsecp256k1 with support for pedersen commitments and range proofs.
siv2r/SillyTavern
LLM Frontend for Power Users.
siv2r/siv2r
siv2r/siv2r.github.io
A book teaching about Bitcoin, written by Kalle Rosenbaum
siv2r/zcash-frost
Rust implementation of FROST (Flexible Round-Optimised Schnorr Threshold signatures) by the Zcash Foundation