- Denver, CO
- https://tonyarcieri.com
- @bascule@mas.to
Pinned Loading
-
RustCrypto/AEADs
RustCrypto/AEADs PublicAuthenticated Encryption with Associated Data Algorithms: high-level encryption ciphers
-
RustCrypto/crypto-bigint
RustCrypto/crypto-bigint PublicCryptography-oriented big integer library with constant-time, stack-allocated (no_std-friendly) implementations of modern formulas
-
RustCrypto/elliptic-curves
RustCrypto/elliptic-curves PublicCollection of pure Rust elliptic curve implementations: NIST P-224, P-256, P-384, P-521, secp256k1, SM2
-
RustCrypto/formats
RustCrypto/formats PublicCryptography-related format encoders/decoders: DER, PEM, PKCS, PKIX
-
-
iqlusioninc/abscissa
iqlusioninc/abscissa PublicApplication microframework with command-line option parsing, configuration, error handling, logging, and shell interactions
1,746 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
April 2025
Created 24 commits in 6 repositories
Created a pull request in RustCrypto/traits that received 23 comments
aead: add explicit nonce API
Building towards a full solution to #1666, this adds an initial API which supports explicit nonces, implemented as a prefix to the AEAD message. Pu…
Opened 24 other pull requests in 6 repositories
RustCrypto/SSH
9
merged
-
ssh-key: extract a
Comment
typeThis contribution was made on Apr 23 -
Move
Mpint
fromssh-key
tossh-encoding
This contribution was made on Apr 19 -
ssh-encoding: propagate
base64ct
errorsThis contribution was made on Apr 19 -
ssh-encoding: improve rustdoc
This contribution was made on Apr 19
-
ssh-key: simplified ECDSA private key decoding logic
This contribution was made on Apr 19
-
Bump
hex-literal
dependency to v1This contribution was made on Apr 19 -
Upgrade to 2024 edition; MSRV 1.85
This contribution was made on Apr 19
-
ssh-encoding: flatten custom derive docs
This contribution was made on Apr 19
-
ssh-encoding: add RFC4251-derived documentation
This contribution was made on Apr 19
RustCrypto/traits
6
merged
-
signature: allow AFIT globally
This contribution was made on Apr 23
-
signature: remove
std
featureThis contribution was made on Apr 23 -
signature: replace
signature_derive
with blanket implsThis contribution was made on Apr 20 -
elliptic-curve: use
crypto-bigint
releaseThis contribution was made on Apr 20 -
signature v2.3.0-pre.7
This contribution was made on Apr 20
-
aead: move
Aead
ahead ofAeadInOut
This contribution was made on Apr 14
RustCrypto/crypto-bigint
3
merged
-
Add
UintRef
This contribution was made on Apr 23 -
Rename
as_(limbs|words)_mut
=>as_mut_(limbs|words)
This contribution was made on Apr 23 -
v0.7.0-pre.1
This contribution was made on Apr 20
RustCrypto/signatures
3
merged
-
Revert "downgrade ml-dsa and slh-dsa to non-prerelease deps"
This contribution was made on Apr 10
-
slh-dsa v0.0.3
This contribution was made on Apr 9
-
ml-dsa v0.0.4
This contribution was made on Apr 9
RustCrypto/formats
2
merged
-
Cargo.lock: bump dependencies
This contribution was made on Apr 8
-
const-oid v0.10.1
This contribution was made on Apr 8
RustCrypto/hybrid-array
1
merged
-
subtle
featureThis contribution was made on Apr 20
Reviewed 49 pull requests in 14 repositories
RustCrypto/formats
12 pull requests
-
der: add
IsConstructed
trait, impl'ed on anyFixedTag
This contribution was made on Apr 26 -
gss-api: change
NegHints::hint_name
to GeneralStringRef typeThis contribution was made on Apr 25 -
der: use strict context-specific skipping condition (equal tag numbers only)
This contribution was made on Apr 22
-
der: read_nested: check header length matches contents of IMPLICIT
This contribution was made on Apr 21
-
apply clippy div_ceil suggestion
This contribution was made on Apr 21
-
spki: adds a
der::Writer
adapter forDigest
This contribution was made on Apr 20 -
der: implement
Uint
/Int
conversions from native typesThis contribution was made on Apr 20 -
x509-cert: impl hash for name
This contribution was made on Apr 20
-
reunite the workspace
This contribution was made on Apr 20
-
der: v0.7.10
This contribution was made on Apr 18
-
x509-cert: provide a
Time::now
methodThis contribution was made on Apr 14 -
pkcs8: add hint on
private_key
field about its format (#1749)This contribution was made on Apr 8
RustCrypto/signatures
7 pull requests
-
dsa: capture error
This contribution was made on Apr 23
-
dsa: migrate to
crypto-bigint
This contribution was made on Apr 23 -
ecdsa: use blanket impl from
signature
3This contribution was made on Apr 23 -
bump ff and group to pre-releases
This contribution was made on Apr 18
-
ml-dsa: cargo test with --no-default-features in workflow
This contribution was made on Apr 15
-
feat(slh-dsa): add zeroize support for SigningKey
This contribution was made on Apr 13
-
slh-dsa: fix benchmark to also run verify_benches()
This contribution was made on Apr 7
RustCrypto/traits
6 pull requests
-
Add
NonIdentity::mul_by_generator()
This contribution was made on Apr 26 -
Various fixes and improvements to hash2curve
This contribution was made on Apr 23
-
password-hash: cleanup errors
This contribution was made on Apr 19
-
elliptic-curve: cleanup TODOs
This contribution was made on Apr 19
-
elliptic-curve: deprecate
MulByGenerator
This contribution was made on Apr 18 -
digest: remove
AssociatedOid
blanket impls for wrappersThis contribution was made on Apr 7
RustCrypto/elliptic-curves
4 pull requests
-
p256+p384: fixup benches
This contribution was made on Apr 25
-
Implement
ReduceNonZero
forp384::Scalar
andp521::Scalar
This contribution was made on Apr 24 -
Remove
MulByGenerator
This contribution was made on Apr 18 -
Add ed448
This contribution was made on Apr 10
RustCrypto/SSH
4 pull requests
-
ssh-key: simplified ECDSA private key decoding logic
This contribution was made on Apr 19
-
ssh-key: support for undersized ECDSA/P-521 keys
This contribution was made on Apr 19
-
ssh-key: support making RSA-SHA1 signatures
This contribution was made on Apr 19
-
ssh-encoding: add derive feature + extend derive functionallity
This contribution was made on Apr 19
rustsec/rustsec
3 pull requests
-
2024
This contribution was made on Apr 22
-
Update semver-compatible dependencies
This contribution was made on Apr 10
-
Update dependencies, bump version, minor refactoring
This contribution was made on Apr 8
RustCrypto/AEADs
3 pull requests
-
Migrate to
AeadInOut
This contribution was made on Apr 19 -
ascon-aead128: rewrite internals to use inout
This contribution was made on Apr 19
-
ocb3: migrate internals to use inout
This contribution was made on Apr 17
RustCrypto/crypto-bigint
3 pull requests
-
[WIP] cargo-checkct
This contribution was made on Apr 4
-
Bump hex-literal from 0.4.1 to 1.0.0
This contribution was made on Apr 3
-
Expose trait for variable time division
This contribution was made on Apr 3
RustCrypto/RSA
2 pull requests
-
chore(deps): bump
signature
to3.0.0-pre
This contribution was made on Apr 24 -
Bump pin for crypto-primes
This contribution was made on Apr 13
entropyxyz/crypto-primes
1 pull request
-
Primecount estimation
This contribution was made on Apr 23
RustCrypto/KEMs
1 pull request
-
x-wing: correct usage of ECC
This contribution was made on Apr 21
RustCrypto/password-hashes
1 pull request
-
ci: update all upstream dependencies with Dependabot
This contribution was made on Apr 18
RustCrypto/utils
1 pull request
-
blobby: add encode and decode bin utils
This contribution was made on Apr 17
RustCrypto/nacl-compat
1 pull request
-
Fix diffie hellman computation
This contribution was made on Apr 8
Created an issue in dalek-cryptography/curve25519-dalek that received 1 comment
derive: get rid of #[unsafe_target_feature]?
Coming from #743
It seems the main use of unsafe_target_feature
is to support applying the target_feature
attribute to safe functions.
This is now …
Opened 3 other issues in 3 repositories
RustCrypto/traits
1
open
-
signature v3: type inference regression
This contribution was made on Apr 24
RustCrypto/SSH
1
open
-
PQ/T Hybrid Key Exchange
This contribution was made on Apr 10
RustCrypto/formats
1
closed
-
const-oid: encoding round trip failure
This contribution was made on Apr 8