Block or Report
Block or report tcharding
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
rust-secp256k1 Public
Forked from rust-bitcoin/rust-secp256k1
Rust language bindings for Bitcoin secp256k1 library.
C 1
-
bitcoin_hashes Public
Forked from rust-bitcoin/bitcoin_hashes
Simple library which implements a few hashes and does nothing else
Rust
-
rust-bitcoinconsensus Public
Forked from rust-bitcoin/rust-bitcoinconsensus
Bitcoin's libbitcoinconsenus.a with Rust binding. Built from Bitcoin sources with cargo.
Rust
525 contributions in the last year
Contribution activity
February 2022
Created 22 commits in 2 repositories
Created 2 repositories
- tcharding/traits Rust
- tcharding/hashes Rust
Created a pull request in rust-bitcoin/rust-secp256k1 that received 9 comments
Limit SharedSecret to 32 byte buffer
The SharedSecret uses sha256 to hash the secret, this implies the secret is 32 bytes of data.
Currently we use a buffer of 256 bytes, this seems to…