Highlights
- Pro
Pinned Loading
-
crypto-bench
crypto-bench Public archiveBenchmarks for crypto libraries (in Rust, or with Rust bindings)
-
mozillapkix
mozillapkix Public archivemozilla::pkix: Firefox's X.509 certificate verification core code.
-
How to generate & use private keys u...
How to generate & use private keys using the OpenSSL command line tool 1# How to Generate & Use Private Keys using OpenSSL's Command Line Tool
23These commands generate and use private keys in unencrypted binary
4(not Base64 “PEM”) PKCS#8 format. The PKCS#8 format is used here because
5it is the most interoperable format when dealing with software that isn't
1,203 contributions in the last year
Skip to contributions year listDay of Week | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
July 2025
Created 50 commits in 1 repository
Created 1 repository
-
briansmith/criterion.rs
Rust
This contribution was made on Jul 10
Created a pull request in briansmith/ring that received 2 comments
Opened 45 other pull requests in 2 repositories
briansmith/ring
38
merged
4
closed
1
open
-
CI: Use LLVM 20.
This contribution was made on Jul 27
-
Revert "Revert "CI: use codecov/codecov-action@v5.""
This contribution was made on Jul 27
-
Revert "CI: use codecov/codecov-action@v5."
This contribution was made on Jul 27
-
CI/x86: Restore coverage testing for coreduo-v1.
This contribution was made on Jul 27
-
CI: Add coverage testing for Pentium 3.
This contribution was made on Jul 27
-
CI: Use Nightly 2025-06-15 for coverage.
This contribution was made on Jul 27
-
CI: Use LLVM 20 to support new Rust Nightly coverage format.
This contribution was made on Jul 27
-
CI: Use Nightly 2025-07-15 for coverage.
This contribution was made on Jul 27
-
cpu/x86/x86_64: Fix detection of extended features.
This contribution was made on Jul 26
-
CI: use codecov/codecov-action@v5.
This contribution was made on Jul 26
-
CI: Use actions/cache@v4.
This contribution was made on Jul 26
-
aes/x86: Remove AVX-accelerated key initialization.
This contribution was made on Jul 26
-
cpu: Split x86 and x86_64 implementations.
This contribution was made on Jul 26
-
ec/p256: DRY conditional compilation for
twin_mul
.This contribution was made on Jul 18 -
arm64_32-apple-watchos support
This contribution was made on Jul 17
-
cpu: Generalize target-conditinoal logic in
impl_get_feature!
.This contribution was made on Jul 17 -
aes/arm: Use stronger types for BS/VP interaction.
This contribution was made on Jul 16
-
cpu/intel: Check individual bits of XCR0.
This contribution was made on Jul 16
-
aes-gcm: Use
hw::Key
instead offfi::AES_KEY
in integrated.This contribution was made on Jul 16 -
poly1305/arm: RiiR
This contribution was made on Jul 14
-
aes internals: Use
debug_assert_eq!()
for always-true condition.This contribution was made on Jul 12 -
aes_gcm/aarch64: Re-sync naming with upstream.
This contribution was made on Jul 11
-
aes_gcm internals: Remove
Combo
internal type.This contribution was made on Jul 11 -
aes_gcm internals: Don't return
Result
fromKey::new
.This contribution was made on Jul 11 -
aes-gcm/aarch64 internals: Declare external functions at top of caller.
This contribution was made on Jul 11
- Some pull requests not shown.
bheisler/criterion.rs
1
open
1
closed
-
Remove itertools dependency from the main crate and from the plot crate.
This contribution was made on Jul 10
-
Remove
itertools
dependency from the main crate.This contribution was made on Jul 10
Reviewed 3 pull requests in 1 repository
briansmith/ring
3 pull requests
-
arm64_32-apple-watchos support
This contribution was made on Jul 18
-
chore: fix some minor issues in the comments
This contribution was made on Jul 4
-
digest/hmac: Make
Context
types a bit smaller.This contribution was made on Jul 2
Created an issue in rust-lang/rust that received 2 comments
unused_assignments
does not trigger on assignment through reference
Code fn store32(output: &mut [u8; 16], i: usize, value: u32) { let output: &mut [u8; 4] = &mut output[i..][..4].try_into().unwrap(); *output = u32::t…
2
comments