Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/RustCrypto/utils
Utility crates used in RustCrypto
https://github.com/RustCrypto/utils
hybrid-array: looser `Debug` impl on `Array`
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
hybrid-array: use handwritten instead of derived impls
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
hybrid-array: looser `Clone` and `Copy` bounds on `Array`
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
cpufeatures: add missing target features to readme
brxken128 opened this pull request over 1 year ago
brxken128 opened this pull request over 1 year ago
Set min version of serde to 1.0.184
newpavlov opened this pull request over 1 year ago
newpavlov opened this pull request over 1 year ago
block-padding: implement ISO 10126
tirz opened this pull request over 1 year ago
tirz opened this pull request over 1 year ago
block-padding: fix error message for ANSI X9.23
tirz opened this pull request over 1 year ago
tirz opened this pull request over 1 year ago
block-padding: replace block iteration with fill()
tirz opened this pull request over 1 year ago
tirz opened this pull request over 1 year ago
Pin upper version of serde to <1.0.172
newpavlov opened this pull request over 1 year ago
newpavlov opened this pull request over 1 year ago
Update Clippy and fix lints
newpavlov opened this pull request over 1 year ago
newpavlov opened this pull request over 1 year ago
build(deps): bump proc-macro2 from 1.0.63 to 1.0.64
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
Remove unnecessary cfgs on SIMD type impls
newpavlov opened this pull request over 1 year ago
newpavlov opened this pull request over 1 year ago
Building for non-sse x86 (e.g. debian i386) with the zeroize feature fails.
plugwash opened this issue over 1 year ago
plugwash opened this issue over 1 year ago
Fix clippy lints
newpavlov opened this pull request over 1 year ago
newpavlov opened this pull request over 1 year ago
cpufeatures: release v0.2.9
newpavlov opened this pull request over 1 year ago
newpavlov opened this pull request over 1 year ago
cpufeatures: add support for `avx512vbmi(2)`
brxken128 opened this pull request over 1 year ago
brxken128 opened this pull request over 1 year ago
cmov: XOR within the ASM block
brxken128 opened this pull request over 1 year ago
brxken128 opened this pull request over 1 year ago
cmov: use `#[inline]` instead of `#[inline(always)]`
brxken128 opened this pull request over 1 year ago
brxken128 opened this pull request over 1 year ago
hex-literal: add support for hex prefixes
DaniPopes opened this pull request over 1 year ago
DaniPopes opened this pull request over 1 year ago
build(deps): bump proc-macro2 from 1.0.60 to 1.0.63
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
cmov: add correct usage examples for both `Cmov` and `CmovEq`
brxken128 opened this issue over 1 year ago
brxken128 opened this issue over 1 year ago
cmov: use ASM `XOR` for equality comparisons
brxken128 opened this issue over 1 year ago
brxken128 opened this issue over 1 year ago
cpufeatures: check OS register support
newpavlov opened this pull request over 1 year ago
newpavlov opened this pull request over 1 year ago
build(deps): bump proc-macro2 from 1.0.59 to 1.0.60
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
hybrid-array v0.2.0-pre.2
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
hybrid-array: rename `ArrayOps` methods
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
hybrid-array: re-export `typenum::consts`
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
hybrid-array: make `ArraySize` an `unsafe trait`
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
hybrid-array: change `Deref::Target` to `[T]`
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
hybrid-array v0.2.0-pre.1
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
hybrid-array: unseal `ArrayExt`
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
hybrid-array: leverage `ArrayExt` to factor more methods onto `Array`
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
hybrid-array: test `TryFrom<&[u8]>` for `&Array<T, U>` impl
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
hybrid-array: add `Deref`/`DerefMut` impls for `Array`
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
hybrid-array: add `sealed::ArrayExt` trait
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
hybrid-array: move array type definition to top of file
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
hybrid-array: impl `Default` for `Array`
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
hybrid-array: reference conversion support
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
[zeroize] exclude secrets from core dumps
martinetd opened this issue over 1 year ago
martinetd opened this issue over 1 year ago
build(deps): bump proc-macro2 from 1.0.57 to 1.0.59
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
zeroize_derive: attribute for obtaining a mutable slice
tarcieri opened this issue over 1 year ago
tarcieri opened this issue over 1 year ago
Zeroize: Implement Zeroize for MaybeUninit, and remove some unsafe
elichai opened this pull request over 1 year ago
elichai opened this pull request over 1 year ago
Zeroize: Discrepency between `[Z; N]`, ``[Z]`, `Vec<Z>`, `Box<[Z]>`
elichai opened this issue over 1 year ago
elichai opened this issue over 1 year ago
build(deps): bump proc-macro2 from 1.0.57 to 1.0.58
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
build(deps): bump proc-macro2 from 1.0.56 to 1.0.57
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
zeroize: Update comments on MSRV
aewag opened this pull request over 1 year ago
aewag opened this pull request over 1 year ago
allow "0x" prefix
jordy25519 opened this issue over 1 year ago
jordy25519 opened this issue over 1 year ago
hybrid-array v0.2.0-pre.0
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
hybrid-array: use GATs for `ArraySize`
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
cpufeatures v0.2.7
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
wycheproof2blb: secp224r1 support
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
build(deps): bump hex-literal from 0.3.4 to 0.4.1
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
hex-literal: enforce const evaluation
newpavlov opened this pull request over 1 year ago
newpavlov opened this pull request over 1 year ago
build(deps): bump proc-macro2 from 1.0.55 to 1.0.56
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
build(deps): bump hex-literal from 0.3.4 to 0.4.0
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
cmov v0.3.0
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
Use minimal permissions for CI jobs
newpavlov opened this pull request over 1 year ago
newpavlov opened this pull request over 1 year ago
hex-literal: release v0.4.0
newpavlov opened this pull request over 1 year ago
newpavlov opened this pull request over 1 year ago
zeroize_derive v1.4.2
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
zeroize_derive: Inject where clauses; skip unused
maurer opened this pull request over 1 year ago
maurer opened this pull request over 1 year ago
build(deps): bump generic-array from 0.14.6 to 0.14.7
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
zeroize_derive v1.4.1
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
zeroize_derive: do not automatically inject bounds
maurer opened this pull request over 1 year ago
maurer opened this pull request over 1 year ago
zeroize: breaking change for bounds
ETKNeil opened this issue over 1 year ago
ETKNeil opened this issue over 1 year ago
build(deps): bump proc-macro2 from 1.0.53 to 1.0.54
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
zeroize v1.6.0
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
zeroize_derive v1.4.0
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
zeroize: add `cross` tests to CI
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
cmov: implement constant-time equality comparisons
brxken128 opened this pull request over 1 year ago
brxken128 opened this pull request over 1 year ago
cmov: implement a constant-time equality trait
brxken128 opened this issue over 1 year ago
brxken128 opened this issue over 1 year ago
cmov: make `Cmov::cmovz` a provided method
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
Add RawPadding trait to block-padding for padding blocks of arbitrary size
czinn opened this pull request over 1 year ago
czinn opened this pull request over 1 year ago
zeroize: 2021 edition upgrade; MSRV 1.56
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
cmov: add examples defining correct usage
brxken128 opened this issue over 1 year ago
brxken128 opened this issue over 1 year ago
cpufeatures v0.2.6
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
cpufeatures: document unstable target features
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
cpufeatures: additional AVX-512 features
tarcieri opened this issue over 1 year ago
tarcieri opened this issue over 1 year ago
cmov: add `miri` support by forcing the `portable` backend
brxken128 opened this pull request over 1 year ago
brxken128 opened this pull request over 1 year ago
cmov: fix builds on `x86` (32-bit) targets
brxken128 opened this pull request over 1 year ago
brxken128 opened this pull request over 1 year ago
cpufeatures: add support for detecting AVX-512
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
cmov, fiat-constify, hybrid-array, zeroize: fix CI targets and branches
brxken128 opened this pull request over 1 year ago
brxken128 opened this pull request over 1 year ago
block-padding does not support dynamic block sizes
czinn opened this issue over 1 year ago
czinn opened this issue over 1 year ago
build(deps): bump syn from 1.0.107 to 2.0.8
dependabot[bot] opened this pull request almost 2 years ago
dependabot[bot] opened this pull request almost 2 years ago
Update to syn-2
maurer opened this pull request almost 2 years ago
maurer opened this pull request almost 2 years ago
build(deps): bump proc-macro2 from 1.0.52 to 1.0.53
dependabot[bot] opened this pull request almost 2 years ago
dependabot[bot] opened this pull request almost 2 years ago
build(deps): bump syn from 1.0.107 to 2.0.7
dependabot[bot] opened this pull request almost 2 years ago
dependabot[bot] opened this pull request almost 2 years ago
Create a Security Policy
joycebrum opened this pull request almost 2 years ago
joycebrum opened this pull request almost 2 years ago
Create a Security Policy
joycebrum opened this issue almost 2 years ago
joycebrum opened this issue almost 2 years ago
build(deps): bump syn from 1.0.107 to 2.0.4
dependabot[bot] opened this pull request almost 2 years ago
dependabot[bot] opened this pull request almost 2 years ago
Replace unmaintained actions-rs/* actions in CI workflows
striezel opened this pull request almost 2 years ago
striezel opened this pull request almost 2 years ago
build(deps): bump syn from 1.0.107 to 2.0.2
dependabot[bot] opened this pull request almost 2 years ago
dependabot[bot] opened this pull request almost 2 years ago
is there a plan to add armv7 support to cpufeatures?
x3ccd4828 opened this issue almost 2 years ago
x3ccd4828 opened this issue almost 2 years ago
`Copy` for `<N as ArraySize<T>>::ArrayType`
huitseeker opened this issue almost 2 years ago
huitseeker opened this issue almost 2 years ago
cpufeatures: Support dynamic feature detection on iOS and derivative platforms
complexspaces opened this pull request almost 2 years ago
complexspaces opened this pull request almost 2 years ago
build(deps): bump proc-macro2 from 1.0.51 to 1.0.52
dependabot[bot] opened this pull request almost 2 years ago
dependabot[bot] opened this pull request almost 2 years ago
cpufeatures: Detecting support for `neon`?
VorpalBlade opened this issue almost 2 years ago
VorpalBlade opened this issue almost 2 years ago
docs: fix typo in doc of `pad`
kt3k opened this pull request almost 2 years ago
kt3k opened this pull request almost 2 years ago
block-buffer: fix unsoundness triggered by zero block size
newpavlov opened this pull request almost 2 years ago
newpavlov opened this pull request almost 2 years ago
block-buffer: `BlockBuffer::get_pos()` with a block size of 0 can reach `unreachable_unchecked()`
LegionMammal978 opened this issue almost 2 years ago
LegionMammal978 opened this issue almost 2 years ago
zeroize: impl Zeroize for `str` and `Box<str>`
Nugine opened this pull request almost 2 years ago
Nugine opened this pull request almost 2 years ago