Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/RustCrypto/signatures

Cryptographic signature algorithms: DSA, ECDSA, Ed25519
https://github.com/RustCrypto/signatures

Handle the reduced x case in public key recovery

jonas-lj opened this pull request almost 2 years ago
Rename additional_data to personalization_string

bluegate010 opened this pull request almost 2 years ago
build(deps): bump der from 0.7.0 to 0.7.1

dependabot[bot] opened this pull request almost 2 years ago
build(deps): bump pkcs8 from 0.10.0 to 0.10.1

dependabot[bot] opened this pull request almost 2 years ago
ecdsa v0.16.1

tarcieri opened this pull request almost 2 years ago
ecdsa: add `VerifyingKey::to_sec1_bytes` + more conversions

tarcieri opened this pull request almost 2 years ago
build(deps): bump der from 0.7.0 to 0.7.1

dependabot[bot] opened this pull request almost 2 years ago
Why was ed25519 v1.5.2 yanked?

cbeck88 opened this issue almost 2 years ago
build(deps): bump pkcs8 from 0.10.0 to 0.10.1

dependabot[bot] opened this pull request almost 2 years ago
build(deps): bump elliptic-curve from 0.13.0 to 0.13.1

dependabot[bot] opened this pull request almost 2 years ago
ed25519 v2.2.0

tarcieri opened this pull request almost 2 years ago
ecdsa v0.16.0

tarcieri opened this pull request almost 2 years ago
ecdsa: documentation improvements

tarcieri opened this pull request almost 2 years ago
dsa v0.6.0

tarcieri opened this pull request almost 2 years ago
ecdsa: add `Decode` and `Encode` impls for `der::Signature`

tarcieri opened this pull request almost 2 years ago
ed25519: bump `pkcs8` dependency to v0.10

tarcieri opened this pull request almost 2 years ago
dsa: bump `pkcs8` dependency to v0.10; MSRV 1.65

tarcieri opened this pull request almost 2 years ago
ecdsa: bump `elliptic-curve` dependency to v0.13.0

tarcieri opened this pull request almost 2 years ago
rfc6979 v0.4.0

tarcieri opened this pull request almost 2 years ago
ecdsa v0.16.0-rc.0

tarcieri opened this pull request almost 2 years ago
ecdsa: bump `elliptic-curve` to v0.13.0-rc.0

tarcieri opened this pull request almost 2 years ago
build(deps): bump der from 0.6.1 to 0.7.0

dependabot[bot] opened this pull request almost 2 years ago
build(deps): bump pkcs8 from 0.9.0 to 0.10.0

dependabot[bot] opened this pull request almost 2 years ago
build(deps): bump serdect from 0.1.0 to 0.2.0

dependabot[bot] opened this pull request almost 2 years ago
build(deps): bump serde_bytes from 0.11.8 to 0.11.9

dependabot[bot] opened this pull request almost 2 years ago
ecdsa v0.16.0-pre.1

tarcieri opened this pull request almost 2 years ago
ecdsa: bump `elliptic-curve` dependency to v0.13.0-pre.5

tarcieri opened this pull request almost 2 years ago
ecdsa: add `Invert` bound

tarcieri opened this pull request almost 2 years ago
ecdsa: bump `elliptic-curve` dependency to v0.13.0-pre.4

daxpedda opened this pull request almost 2 years ago
ecdsa: use `Scalar::invert_vartime` for verification

tarcieri opened this pull request almost 2 years ago
ecdsa: use `AffineCoordinates` trait

tarcieri opened this pull request almost 2 years ago
rfc6979 v0.4.0-pre.0

tarcieri opened this pull request almost 2 years ago
ecdsa v0.16.0-pre.0

tarcieri opened this pull request almost 2 years ago
ecdsa: use `FieldBytesEncoding` to serialize `C::ORDER`

tarcieri opened this pull request almost 2 years ago
Revert "ecdsa: use `FromUintUnchecked` for serializing order (#644)"

tarcieri opened this pull request almost 2 years ago
ecdsa: bump `elliptic-curve` dependency to v0.13.0-pre.2

tarcieri opened this pull request almost 2 years ago
ecdsa: use `FromUintUnchecked` for serializing order

tarcieri opened this pull request almost 2 years ago
ecdsa: use `Reduce::reduce_bytes`

tarcieri opened this pull request almost 2 years ago
ecdsa: use `&FieldBytes<C>` consistently; fix tests

tarcieri opened this pull request almost 2 years ago
CI: re-enable security audit

tarcieri opened this pull request almost 2 years ago
ecdsa: bump `elliptic-curve` to v0.13.0-pre.1

tarcieri opened this pull request almost 2 years ago
rfc6979: decouple from `crypto-bigint`

tarcieri opened this pull request almost 2 years ago
ecdsa: add CHANGELOG.md entry for v0.15.1

tarcieri opened this pull request almost 2 years ago
ecdsa v0.15.1

tarcieri opened this pull request almost 2 years ago
ecdsa: add `*Signer` impls that return `RecoveryId`

tarcieri opened this pull request almost 2 years ago
ecdsa: add `SigningKey::*_recoverable` methods

tarcieri opened this pull request almost 2 years ago
Cargo.lock: bump dependencies

tarcieri opened this pull request almost 2 years ago
ecdsa: refactor RFC6979 usage and trait impls

tarcieri opened this pull request almost 2 years ago
ecdsa: compute `RecoveryId` from `SignPrimitive`

tarcieri opened this pull request almost 2 years ago
ecdsa: bump `elliptic-curve` to v0.13.0-pre; MSRV 1.61

tarcieri opened this pull request almost 2 years ago
ed25519 v2.1.0

tarcieri opened this pull request almost 2 years ago
ed25519: bump `ring-compat` to v0.6

tarcieri opened this pull request almost 2 years ago
ed25519: use namespaced features for `serde_bytes`; MSRV 1.60

tarcieri opened this pull request almost 2 years ago
ed25519: bump `ring-compat` to v0.6

tarcieri opened this pull request almost 2 years ago
ed25519: have `TryFrom<&[u8]>` call `Signature::from_slice`

tarcieri opened this pull request almost 2 years ago
ed25519: fix `rust-version` in Cargo.toml

tarcieri opened this pull request almost 2 years ago
ed25519 v2.0.1

tarcieri opened this pull request almost 2 years ago
ed25519: infallible signature parsing

tarcieri opened this pull request almost 2 years ago
ed25519 v2.0.0

tarcieri opened this pull request almost 2 years ago
ed25519: factor out `hex` module

tarcieri opened this pull request almost 2 years ago
Release tracking issue for `signature` 2.0-dependent crates

tarcieri opened this issue about 2 years ago
ecdsa: compute `RecoveryId` in generic `SignPrimitive` implementation

tarcieri opened this issue about 2 years ago
Missing signatures

newpavlov opened this issue almost 6 years ago