Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
RustCrypto
Maintain Rust cryptography implementations found at https://github.com/rustcrypto
I am an organization administrator and principal contributor.
Collective -
Host: opensource -
https://opencollective.com/rustcrypto
- Code: https://github.com/rustcrypto
modpow implementation is not constant-time
github.com/RustCrypto/RSA - phayes opened this issue over 5 years ago
github.com/RustCrypto/RSA - phayes opened this issue over 5 years ago
Aes-ctr yields different result openssl
github.com/RustCrypto/stream-ciphers - viniul opened this issue over 5 years ago
github.com/RustCrypto/stream-ciphers - viniul opened this issue over 5 years ago
Cfg target arch checks
github.com/RustCrypto/asm-hashes - newpavlov opened this pull request over 5 years ago
github.com/RustCrypto/asm-hashes - newpavlov opened this pull request over 5 years ago
SRP: Pure get_password_verifier function
github.com/RustCrypto/PAKEs - est31 opened this issue almost 6 years ago
github.com/RustCrypto/PAKEs - est31 opened this issue almost 6 years ago
Missing signatures
github.com/RustCrypto/signatures - newpavlov opened this issue almost 6 years ago
github.com/RustCrypto/signatures - newpavlov opened this issue almost 6 years ago
Support HKDF-Expand with different sized PRKs
github.com/RustCrypto/KDFs - nlordell opened this pull request almost 6 years ago
github.com/RustCrypto/KDFs - nlordell opened this pull request almost 6 years ago
Add a tutorial on intro page
github.com/RustCrypto/RSA - AlscadIngenierie opened this issue almost 6 years ago
github.com/RustCrypto/RSA - AlscadIngenierie opened this issue almost 6 years ago
Add BlowfishLE tests
github.com/RustCrypto/block-ciphers - newpavlov opened this issue about 6 years ago
github.com/RustCrypto/block-ciphers - newpavlov opened this issue about 6 years ago
Add `Blake2b-256`, `Blake2b-128`, etc. as wrappers over `VarBlake2b`.
github.com/RustCrypto/hashes - dpc opened this issue about 6 years ago
github.com/RustCrypto/hashes - dpc opened this issue about 6 years ago
Migrate to assembly from OpenSSL
github.com/RustCrypto/asm-hashes - newpavlov opened this issue about 6 years ago
github.com/RustCrypto/asm-hashes - newpavlov opened this issue about 6 years ago
Update docs and changelog for 0.7.0
github.com/RustCrypto/KDFs - vladikoff opened this pull request about 6 years ago
github.com/RustCrypto/KDFs - vladikoff opened this pull request about 6 years ago
Update digest to 0.8, refactor for API changes, remove redundant crate
github.com/RustCrypto/KDFs - timvisee opened this pull request about 6 years ago
github.com/RustCrypto/KDFs - timvisee opened this pull request about 6 years ago
Should keccak::f1600 take a `&mut [u8; 200]` rather than a `&mut [u64; 25]`?
github.com/RustCrypto/sponges - hdevalence opened this issue over 6 years ago
github.com/RustCrypto/sponges - hdevalence opened this issue over 6 years ago
Update docs and changelog for 0.6.0
github.com/RustCrypto/KDFs - vladikoff opened this pull request over 6 years ago
github.com/RustCrypto/KDFs - vladikoff opened this pull request over 6 years ago
Import https://github.com/vks/aesrng
github.com/RustCrypto/CSRNGs - vks opened this pull request over 6 years ago
github.com/RustCrypto/CSRNGs - vks opened this pull request over 6 years ago
Fast-key erasure RNG using AES-NI
github.com/RustCrypto/CSRNGs - vks opened this issue over 6 years ago
github.com/RustCrypto/CSRNGs - vks opened this issue over 6 years ago
Remove std requirement
github.com/RustCrypto/KDFs - themadprofessor opened this pull request over 6 years ago
github.com/RustCrypto/KDFs - themadprofessor opened this pull request over 6 years ago
Fix cargo bench for hkdf
github.com/RustCrypto/KDFs - vladikoff opened this pull request over 6 years ago
github.com/RustCrypto/KDFs - vladikoff opened this pull request over 6 years ago
Fix for link error on macOS
github.com/RustCrypto/asm-hashes - elliottslaughter opened this pull request over 6 years ago
github.com/RustCrypto/asm-hashes - elliottslaughter opened this pull request over 6 years ago
Fix salt None for hkdf
github.com/RustCrypto/KDFs - vladikoff opened this pull request over 6 years ago
github.com/RustCrypto/KDFs - vladikoff opened this pull request over 6 years ago
omitting HKDF salt is hard to get right
github.com/RustCrypto/KDFs - warner opened this issue over 6 years ago
github.com/RustCrypto/KDFs - warner opened this issue over 6 years ago
Clarify `sponge function`
github.com/RustCrypto/sponges - quininer opened this issue almost 7 years ago
github.com/RustCrypto/sponges - quininer opened this issue almost 7 years ago
Wrap assembly from KeccakCodePackage
github.com/RustCrypto/asm-hashes - newpavlov opened this issue almost 7 years ago
github.com/RustCrypto/asm-hashes - newpavlov opened this issue almost 7 years ago
Reorganize the repo for more KDFs
github.com/RustCrypto/KDFs - vladikoff opened this pull request almost 7 years ago
github.com/RustCrypto/KDFs - vladikoff opened this pull request almost 7 years ago
Relicense under dual MIT/Apache-2.0
github.com/RustCrypto/KDFs - newpavlov opened this issue almost 7 years ago
github.com/RustCrypto/KDFs - newpavlov opened this issue almost 7 years ago
MIssing sponge functions
github.com/RustCrypto/sponges - newpavlov opened this issue almost 7 years ago
github.com/RustCrypto/sponges - newpavlov opened this issue almost 7 years ago
gcc 0.3 -> cc 1.0
github.com/RustCrypto/asm-hashes - rubdos opened this pull request almost 7 years ago
github.com/RustCrypto/asm-hashes - rubdos opened this pull request almost 7 years ago
Reduce heap allocation, remove unnecessary mut, derive Clone
github.com/RustCrypto/KDFs - Ralith opened this pull request almost 7 years ago
github.com/RustCrypto/KDFs - Ralith opened this pull request almost 7 years ago
add "cargo bench" to run some simple benchmarks
github.com/RustCrypto/KDFs - warner opened this pull request about 7 years ago
github.com/RustCrypto/KDFs - warner opened this pull request about 7 years ago
travis: test on Rust beta and nightly too
github.com/RustCrypto/KDFs - warner opened this pull request about 7 years ago
github.com/RustCrypto/KDFs - warner opened this pull request about 7 years ago
update dependencies: digest-0.7, hmac-0.5
github.com/RustCrypto/KDFs - warner opened this pull request about 7 years ago
github.com/RustCrypto/KDFs - warner opened this pull request about 7 years ago
Move rust-hkdf under the RustCrypto org
github.com/RustCrypto/KDFs - vladikoff opened this issue over 7 years ago
github.com/RustCrypto/KDFs - vladikoff opened this issue over 7 years ago
switch to RustCrypto traits, change API
github.com/RustCrypto/KDFs - warner opened this pull request over 7 years ago
github.com/RustCrypto/KDFs - warner opened this pull request over 7 years ago
switch to RustCrypto traits, change API
github.com/RustCrypto/KDFs - warner opened this pull request over 7 years ago
github.com/RustCrypto/KDFs - warner opened this pull request over 7 years ago
release 0.1.1 from current trunk, to work with current rustc
github.com/RustCrypto/KDFs - warner opened this issue over 7 years ago
github.com/RustCrypto/KDFs - warner opened this issue over 7 years ago
Use SHA-1/2 instructions for Skylake architecture.
github.com/RustCrypto/asm-hashes - Pratyush opened this issue over 7 years ago
github.com/RustCrypto/asm-hashes - Pratyush opened this issue over 7 years ago
Missing algorithms
github.com/RustCrypto/password-hashes - newpavlov opened this issue over 7 years ago
github.com/RustCrypto/password-hashes - newpavlov opened this issue over 7 years ago
Implementations of BLAKE2sp and BLAKE2bp
github.com/RustCrypto/hashes - pedrocr opened this issue over 7 years ago
github.com/RustCrypto/hashes - pedrocr opened this issue over 7 years ago
Missing block ciphers
github.com/RustCrypto/block-ciphers - newpavlov opened this issue about 8 years ago
github.com/RustCrypto/block-ciphers - newpavlov opened this issue about 8 years ago
TODO: Decoupling process
github.com/RustCrypto/rust-crypto-decoupled - newpavlov opened this issue over 8 years ago
github.com/RustCrypto/rust-crypto-decoupled - newpavlov opened this issue over 8 years ago
Change algorithms to an enum
github.com/RustCrypto/KDFs - seanmonstar opened this issue about 9 years ago
github.com/RustCrypto/KDFs - seanmonstar opened this issue about 9 years ago