Highlights
- Arctic Code Vault Contributor
Pinned
333 contributions in the last year
Contribution activity
December 2020
Created 19 commits in 5 repositories
Opened 8 pull requests in 3 repositories
brycx/orion
5
merged
1
open
return/branca
1
open
brycx/orion-fuzz
1
open
Reviewed 4 pull requests in 1 repository
Created an issue in brycx/orion that received 4 comments
Replace uses of T::max_value() with T::MAX
The max value that a primitive type can represent has been made accessible as an associated constant. The max_value()/min_value() functions are sof…
4
comments
Opened 17 other issues in 5 repositories
brycx/orion
9
open
4
closed
- Add missing tests for endianness functions used in SHA2
- Change the example in orion::auth
- HKDF generic over HMAC and SHA2 hash function
- HMAC generic over SHA2 hash function
- Add implementations for SHA256 and SHA384
- Update wiki with testing regarding Windows
- Remove badges from Cargo.toml
- Cache with cargo-audit in CI
- Add cargo-deny to CI to check licenses and crate sources
- Official Matrix room
- Fix license year for files that have it set before they were added
- Update broken link to mbedTLS in SHA512
- Adding documentation for correct use of streaming AEAD API with StreamTag::FINISH