Popular repositories
503 contributions in the last year
Less
More
Contribution activity
July 2021
Created 16 commits in 5 repositories
Created a pull request in RustCrypto/utils that received 4 comments
Add crates table to README
@tarcieri Can you please check the crate descriptions (I had to shorten some of them a bit)?
+31
−0
•
4
comments
Opened 14 other pull requests in 5 repositories
RustCrypto/AEADs
8
merged
- mgm: add support of 64 bit block ciphers
- Update Cargo.lock and use hex-literal v0.3 instead of v0.3.1 in deoxys
- README: replace build badges column with MSRV
- Bump hex-literal to v0.3 for aes-gcm and aes-siv
- mgm: RFC 9058 test vectors
- ccm: fix doc links
- ccm: use the ctr crate for encryption and decryption
- ccm: expose NonceSize and TagSize traits
RustCrypto/utils
2
merged
RustCrypto/stream-ciphers
2
merged
RustCrypto/traits
1
merged
RustCrypto/block-ciphers
1
merged
Reviewed 4 pull requests in 4 repositories
rust-random/getrandom 1 pull request
RustCrypto/traits 1 pull request
RustCrypto/asm-hashes 1 pull request
RustCrypto/utils 1 pull request
Created an issue in RustCrypto/utils that received 1 comment
hex-literal: accept list of literals?
Right now, if we are to write code like this:
hex1!("
AABBCCDD
00112233
");
rustfmt transforms it into:
hex1!( "
AABBCCDD
00112233
"
);
Frankly…
1
comment