- Denver, CO
- https://tonyarcieri.com
- @bascule@mas.to
Block or Report
Block or report tarcieri
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
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, 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
2,961 contributions in the last year
Day of Week | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
November 2023
Created 157 commits in 15 repositories
Created a pull request in RustCrypto/elliptic-curves that received 4 comments
p521: projective arithmetic tests
Uses impl_projective_arithmetic_tests!
to test projective arithmetic against a set of test vectors.
Includes test vectors from:
http://point-at-inf…
Opened 148 other pull requests in 15 repositories
RustCrypto/crypto-bigint
57
merged
-
Impl
Hash
forBoxedUint
This contribution was made on Nov 29 -
BoxedUint
random number generationThis contribution was made on Nov 29 -
v0.6.0-pre.0
This contribution was made on Nov 28
-
CI: fix minimal-versions workflow
This contribution was made on Nov 28
-
CI: add
minimal-versions
checkThis contribution was made on Nov 28 -
Assert
Boxed*
size equivalance usingbits_precision
This contribution was made on Nov 28 -
Impl
MulMod
forBoxedUint
This contribution was made on Nov 28 -
Impl
Invert
forBoxedResidue
This contribution was made on Nov 28 -
Add
BoxedUint::inv_mod
This contribution was made on Nov 28 -
Impl
Sub
forBoxedResidue
This contribution was made on Nov 28 -
Impl
Sub
forBoxedResidue
This contribution was made on Nov 28 -
Impl
Add
forBoxedResidue
This contribution was made on Nov 28 -
Add
BoxedUint::pow
This contribution was made on Nov 27 -
Make
BoxedUint::rem_vartime
infallible usingNonZero
This contribution was made on Nov 27 -
Split
Zero
trait intoZero
+ZeroConstant
This contribution was made on Nov 27 -
Add
BoxedUint::{inv_mod2k, bitor}
This contribution was made on Nov 27 -
BoxedResidue: initial impl w\
mul
This contribution was made on Nov 27 -
Add
BoxedUint::rem_vartime
This contribution was made on Nov 27 -
Add
BoxedUint::shr_vartime
This contribution was made on Nov 27 -
Add
BoxedUint::shl_vartime
This contribution was made on Nov 27 -
Add
BoxedUint::conditional_select
This contribution was made on Nov 27 -
Add
BoxedUint::bits
This contribution was made on Nov 27 -
Replace
BoxedUint::new
with::zero_with_precision
This contribution was made on Nov 27 -
Rename
constant_mod
/runtime_mod
to*residue
This contribution was made on Nov 26 -
Move
BoxedUint
underuint::boxed
This contribution was made on Nov 26 - Some pull requests not shown.
RustCrypto/elliptic-curves
29
merged
-
sm2 v0.13.3
This contribution was made on Nov 21
-
sm2: impl
Randomized*Signer
fordsa::SigningKey
This contribution was made on Nov 21 -
primeorder v0.13.6
This contribution was made on Nov 16
-
primeorder: remove
Invert
bounds onFieldElement
This contribution was made on Nov 16 -
primeorder v0.13.5
This contribution was made on Nov 16
-
primeorder: add
alloc
featureThis contribution was made on Nov 16 -
primeorder v0.13.4
This contribution was made on Nov 15
-
k256 v0.13.2
This contribution was made on Nov 15
-
Bump
elliptic-curve
to v0.13.7This contribution was made on Nov 15 -
p521: make
LooseFieldElement
pubThis contribution was made on Nov 15 -
k256+primeorder: make
batch_normalize_generic
constant timeThis contribution was made on Nov 15 -
k256+primeorder: use
batch_normalize_generic
for trait implThis contribution was made on Nov 15 -
k256+primeorder: add
batch_normalize_generic
This contribution was made on Nov 15 -
p521: get rid of private
MODULUS_HEX
constantThis contribution was made on Nov 11 -
p521: merge
u576_to_le_bytes
intoFieldBytes::from_uint_unchecked
This contribution was made on Nov 11 -
p521 v0.13.3
This contribution was made on Nov 11
-
p521: fix panics when decoding
FieldElement
sThis contribution was made on Nov 11 -
p521: move
Debug
impl forFieldElement
This contribution was made on Nov 11 -
p521 v0.13.2
This contribution was made on Nov 10
-
p521:
serde
featureThis contribution was made on Nov 10 -
p521: remove
pub
fromarithmetic
moduleThis contribution was made on Nov 10 -
k256: fix typo in field_5x52.rs
This contribution was made on Nov 10
-
p521 v0.13.1
This contribution was made on Nov 10
-
p521: add Wycheproof test vectors
This contribution was made on Nov 9
-
p521: initial
ecdsa
support with FIPS 186-4 test vectorsThis contribution was made on Nov 9 - Some pull requests not shown.
RustCrypto/traits
21
merged
2
closed
-
elliptic-curve v0.13.8
This contribution was made on Nov 18
-
elliptic-curve:
SecretKey::from_slice
allows >=24-bytesThis contribution was made on Nov 18 -
elliptic-curve v0.13.7
This contribution was made on Nov 15
-
elliptic-curve: have
LinearCombinationExt
allow?Sized
This contribution was made on Nov 15 -
elliptic-curve: add
LinearCombinationExt
traitThis contribution was made on Nov 15 -
elliptic-curve: move
BatchNormalize
trait underpoint
This contribution was made on Nov 15 -
elliptic-curve: remove references from batch generic params
This contribution was made on Nov 14
-
signature v2.2.0
This contribution was made on Nov 12
-
signature: bump
hex-literal
to v0.4This contribution was made on Nov 12 -
signature_derive v2.1.0
This contribution was made on Nov 12
-
signature_derive: match directory name with crate
This contribution was made on Nov 12
-
async-signature v0.4.0
This contribution was made on Nov 12
-
async-signature: re-add 'static bound
This contribution was made on Nov 12
-
Move
async-signature
andsignature-derive
to toplevelThis contribution was made on Nov 12 -
(async-)signature: MSRV 1.60
This contribution was made on Nov 12
-
universal-hash: bump crypto-common to v0.2.0-pre; MSRV 1.65
This contribution was made on Nov 12
-
aead: bump
crypto-common
to v0.2.0-pre; MSRV 1.65This contribution was made on Nov 12 -
crypto-common: weakly activate
std
features for RNG cratesThis contribution was made on Nov 12 -
crypto-common: add
RngError
typeThis contribution was made on Nov 12 -
crypto-common: weakly activate
rand_core/getrandom
This contribution was made on Nov 12 -
Exclude pre-1.60 crates from workspace
This contribution was made on Nov 11
-
crypto-common: make all
generate_*
functions fallibleThis contribution was made on Nov 11 -
crypto-common: add fallible
try_generate_*_with_rng
functionsThis contribution was made on Nov 11
RustCrypto/RSA
6
merged
-
README.md: add info about Marvin Attack (RUSTSEC-2023-0071)
This contribution was made on Nov 28
-
Revert "README.md: use
? instead of
expect` in example (#385)"This contribution was made on Nov 28 -
README.md: use
? instead of
expect` in exampleThis contribution was made on Nov 20 -
v0.9.4
This contribution was made on Nov 20
-
Cargo.lock: bump dependencies
This contribution was made on Nov 20
-
OAEP example now uses
sha2
re-exportThis contribution was made on Nov 11
RustCrypto/SSH
6
merged
-
ssh-key v0.6.3
This contribution was made on Nov 21
-
ssh-key: DRY out ECDSA impls with
macro_rules!
This contribution was made on Nov 20 -
CI: minimal versions fixups
This contribution was made on Nov 20
-
ssh-key:
p521
featureThis contribution was made on Nov 20 -
Cargo.lock: bump dependencies
This contribution was made on Nov 20
-
ssh-key: set maximum
UnixTime
toi64::MAX
This contribution was made on Nov 18
cryptouri/cryptouri.rs
6
merged
-
Replace
secrecy
withzeroize
; MSRV 1.60This contribution was made on Nov 18 -
Revamp errors; remove
anomaly
anddisplaydoc
depsThis contribution was made on Nov 18 -
Bump clippy to Rust 1.74
This contribution was made on Nov 18
-
Bump edition to 2021; MSRV 1.56
This contribution was made on Nov 18
-
README.md: update badges
This contribution was made on Nov 18
-
CI: redo configuration
This contribution was made on Nov 18
RustCrypto/utils
5
merged
-
fiat-constify: remove MSRV
This contribution was made on Nov 19
-
zeroize v1.7.0
This contribution was made on Nov 16
-
Cargo.toml: set
workspace.resolver = "2"
This contribution was made on Nov 16 -
zeroize v1.6.1
This contribution was made on Nov 15
-
wycheproof2blb: secp521r1 support
This contribution was made on Nov 2
RustCrypto/signatures
5
merged
-
Cargo.lock: bump
signature
to v2.2.0This contribution was made on Nov 16 -
ecdsa v0.16.9
This contribution was made on Nov 16
-
dsa v0.6.2
This contribution was made on Nov 16
-
dsa+ecdsa: support
signature
up to v2.2This contribution was made on Nov 16 -
Cargo.lock: bump dependencies
This contribution was made on Nov 16
rustsec/advisory-db
4
merged
-
RUSTSEC-2023-0071: add CVE-2023-49092 as alias
This contribution was made on Nov 28
-
RUSTSEC-2023-0071.md: use
###
section headersThis contribution was made on Nov 28 -
RUSTSEC-2023-0071: add CVSS, aliases, and new wording
This contribution was made on Nov 28
-
Add Marvin Attack on
rsa
crateThis contribution was made on Nov 28
RustCrypto/actions
2
merged
-
minimal-versions: rename
nightly-cmd
andstable-cmd
This contribution was made on Nov 17 -
minimal-versions: have
nightly_cmd
default to emptyThis contribution was made on Nov 17
httprb/http
1
merged
-
SECURITY.md: use private vulnerability reporting feature
This contribution was made on Nov 19
rustsec/rustsec
1
open
-
[WIP] cargo-audit: bump abscissa to v0.7, clap to v4
This contribution was made on Nov 19
RustCrypto/sponges
1
merged
-
keccak: don't test
simd
feature inminimal-versions
workflowThis contribution was made on Nov 17
dalek-cryptography/curve25519-dalek
1
merged
-
ed25519: loosen
signature
crate dependency againThis contribution was made on Nov 13
RustCrypto/password-hashes
1
merged
-
Cargo.lock: downgrade
rayon
to 1.7.0This contribution was made on Nov 8
Reviewed 59 pull requests in 22 repositories
RustCrypto/traits
14 pull requests
-
aead: enable
missing_debug_implementations
lint and addDebug
implsThis contribution was made on Nov 17 -
crypto-common: add SerializableState trait
This contribution was made on Nov 15
-
Fix
missing_debug_implementations
for some cratesThis contribution was made on Nov 15 -
elliptic_curve: add
BatchInvert
andBatchNormalize
traitsThis contribution was made on Nov 14 -
cipher: stream cipher improvements
This contribution was made on Nov 12
-
digest: add
DynDigestWithOid
wrapper traitThis contribution was made on Nov 12 -
Apply Clippy to tests and fix some lints
This contribution was made on Nov 12
-
aead: bump
crypto-common
to v0.2.0-pre; MSRV 1.65This contribution was made on Nov 12 -
crypto-common: add
RngError
typeThis contribution was made on Nov 12 -
Exclude pre-1.60 crates from workspace
This contribution was made on Nov 12
-
Return
Result
from allgenerate_*
methodsThis contribution was made on Nov 11 -
async-signature: remove mandatory Send + Sync bounds
This contribution was made on Nov 11
-
crypto-common: add fallible
try_generate_*_with_rng
functionsThis contribution was made on Nov 11 -
crypto-common: change
generate_*
to support getrandomThis contribution was made on Nov 9
RustCrypto/elliptic-curves
9 pull requests
-
k256: refactored
lincomb
to useLinearCombinationExt
traitThis contribution was made on Nov 15 -
k256+primeorder: add
batch_normalize_generic
This contribution was made on Nov 15 -
k256+primeorder: add
BatchInvert
andBatchNormalize
implsThis contribution was made on Nov 14 -
p521: implement hash2curve
This contribution was made on Nov 11
-
k256: rename
lincomb_generic
tolincomb
and expose it.This contribution was made on Nov 9 -
p521: Improve
Debug
for unsaturated mathThis contribution was made on Nov 2 -
p521: Improve field arithmetic
This contribution was made on Nov 2
-
p521: impl
FieldElement::{sqrt, invert}
and add basic field testsThis contribution was made on Nov 2 -
p521: Use unsaturated limbs
This contribution was made on Nov 1
RustCrypto/crypto-bigint
6 pull requests
-
Constant-time square root and division
This contribution was made on Nov 18
-
Multi-exponentiation
This contribution was made on Nov 18
-
vartime remark
This contribution was made on Nov 13
-
Update docs for consistency
This contribution was made on Nov 13
-
Implement
ArrayEncoding
forU832
This contribution was made on Nov 10 -
Make
Uint::random_mod()
work identically on 32- and 64-bit targetsThis contribution was made on Nov 9
RustCrypto/RSA
5 pull requests
-
[WIP]: switch to crypto-bigint for decryption
This contribution was made on Nov 29
-
README.md: add info about Marvin Attack (RUSTSEC-2023-0071)
This contribution was made on Nov 28
-
v0.9.5
This contribution was made on Nov 28
-
Adds
RsaPrivateKey::from_primes
andRsaPrivateKey::from_p_q
methodsThis contribution was made on Nov 28 -
Deterministic implementation of prime factors recovery
This contribution was made on Nov 11
RustCrypto/actions
4 pull requests
-
minimal-versions: have
nightly_cmd
default to emptyThis contribution was made on Nov 17 -
minimal-versions: allow configuration of cmds executed on Nigthly and Stable
This contribution was made on Nov 13
-
Test benches build on Nightly
This contribution was made on Nov 12
-
minimal-versions: run tests using
stable
RustThis contribution was made on Nov 11
rustsec/rustsec
3 pull requests
-
Add a
source
field torustsec::Error
, and use it in simple cases.This contribution was made on Nov 21 -
New rustsec v0.28.4 release with updated
gix
andtame-index
This contribution was made on Nov 17 -
Display the chain of sources for errors in
cargo audit
This contribution was made on Nov 16
RustCrypto/signatures
2 pull requests
-
replace the usage of usize with u64 for writing bytes to a byte vector
This contribution was made on Nov 21
-
ed448: add documentation
This contribution was made on Nov 13
dalek-cryptography/curve25519-dalek
2 pull requests
-
ed: Prep to release v2.1.0
This contribution was made on Nov 14
-
ed: Change
SigningKey::to_scalar
back toSigningKey::to_scalar_bytes
This contribution was made on Nov 14
RustCrypto/formats
1 pull request
-
spki: adds a public key to SubjectPublicKeyInfoOwned helper
This contribution was made on Nov 28
rustsec/advisory-db
1 pull request
-
Add Marvin Attack on
rsa
crateThis contribution was made on Nov 28
RustCrypto/JOSE
1 pull request
-
jose-jwk: add support for p521 analogously to p256 and p384
This contribution was made on Nov 27
RustCrypto/block-ciphers
1 pull request
-
rc5: unlock parameter size, add u128 and u8 word size support.
This contribution was made on Nov 26
RustCrypto/hashes
1 pull request
-
Fix blake2 and ascon-hash CI
This contribution was made on Nov 22
httprb/http
1 pull request
-
Goodbye Hash rockets...
This contribution was made on Nov 19
RustCrypto/utils
1 pull request
-
hybrid-array: Impl Zeroize for Array
This contribution was made on Nov 19
RustCrypto/SSH
1 pull request
-
ssh-key: Implement SkEcdsaSha2NistP256 signature validation
This contribution was made on Nov 18
RustCrypto/rustls-rustcrypto
1 pull request
-
Merge my own progress onto the official repo
This contribution was made on Nov 13
dalek-cryptography/subtle
1 pull request
-
Remove ignored inline attributes from function prototypes
This contribution was made on Nov 13
RustCrypto/stream-ciphers
1 pull request
-
Returning rand_core feature for chacha20 for use in rand_chacha
This contribution was made on Nov 12
rpm-software-management/librpm.rs
1 pull request
-
Fixing C-API calls to resolve some failures with local/offline databases
This contribution was made on Nov 11
rust-lang/rfcs
1 pull request
-
RFC: Packages as (optional) namespaces
This contribution was made on Nov 11
RustCrypto/PAKEs
1 pull request
-
Fix typos in SRP readme
This contribution was made on Nov 2
Created an issue in RustCrypto/block-ciphers that received 4 comments
aes: compilation errors on cg_clif
due to lack of intrinsics support
See:
rust-lang/rustc_codegen_cranelift#1409
rust-lang/rustc_codegen_cranelift#1410
Cranelift doesn't support these intrinsics yet, so compilation…
Opened 7 other issues in 5 repositories
RustCrypto/crypto-bigint
3
open
-
Reopening
*Residue
naming bikeshedThis contribution was made on Nov 29 -
Tracking issue for
BoxedUint
/BoxedResidue
missing featuresThis contribution was made on Nov 29 -
Determine and document
BoxedUint
widening arithmetic semanticsThis contribution was made on Nov 26
entropyxyz/crypto-primes
1
open
-
BoxedUint
supportThis contribution was made on Nov 28
RustCrypto/RSA
1
open
-
Migrating from
num-bigint(-dig)
tocrypto-bigint
This contribution was made on Nov 28
RustCrypto/utils
1
open
-
hybrid-array: is the
ByteArray
type alias useful?This contribution was made on Nov 21
zkcrypto/group
1
open
-
Const generic equivalent of
Curve::batch_normalize
This contribution was made on Nov 12