Ecosyste.ms: OpenCollective

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

RustCrypto

Maintain Rust cryptography implementations found at https://github.com/rustcrypto I am an organization administrator and principal contributor.
Collective - Host: opensource - https://opencollective.com/rustcrypto - Code: https://github.com/rustcrypto

bp256: `CurveArithmetic` + `PrimeCurveParams`

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request over 1 year ago
Fix clippy lints in jose-jwa

github.com/RustCrypto/JOSE - tgross35 opened this pull request over 1 year ago
Add user-friendly description of JWTs to jose-jwt README

github.com/RustCrypto/JOSE - tgross35 opened this pull request over 1 year ago
JWS: Protected vs. Unprotected

github.com/RustCrypto/JOSE - tgross35 opened this issue over 1 year ago
bp384: impl `FieldElement::sqrt`

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request over 1 year ago
p192/p224: add `bits` feature

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request over 1 year ago
x509-cert: builder updates

github.com/RustCrypto/formats - lumag opened this pull request over 1 year ago
Initial Release Outline

github.com/RustCrypto/JOSE - tgross35 opened this issue over 1 year ago
Update documentation of jose-jws

github.com/RustCrypto/JOSE - tgross35 opened this pull request over 1 year ago
JWS compact serialization

github.com/RustCrypto/JOSE - tgross35 opened this issue over 1 year ago
Update documentation of jose-jwk

github.com/RustCrypto/JOSE - tgross35 opened this pull request over 1 year ago
Update documentation of jose-jwa

github.com/RustCrypto/JOSE - tgross35 opened this pull request over 1 year ago
Update documentation of jose-b64

github.com/RustCrypto/JOSE - tgross35 opened this pull request over 1 year ago
Copyright identifiers for Profian Inc

github.com/RustCrypto/JOSE - tgross35 opened this issue over 1 year ago
Update github workflow

github.com/RustCrypto/JOSE - tgross35 opened this pull request over 1 year ago
sm2 v0.13.2

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request over 1 year ago
sm2: factor out `distid` module

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request over 1 year ago
sm2 v0.13.1

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request over 1 year ago
p256 v0.13.2

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request over 1 year ago
sm2: enable `dsa` feature by default

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request over 1 year ago
Update docs for fiat-crypto generated code

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request over 1 year ago
p224 v0.13.2

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request over 1 year ago
sm2 v0.13.0

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request over 1 year ago
p192 v0.13.0

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
sm2: add `dsa` feature

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
pss: add random key generation for BlindedSigningKey

github.com/RustCrypto/RSA - lumag opened this pull request almost 2 years ago
Remove 'unsalted' PSS handling

github.com/RustCrypto/RSA - lumag opened this pull request almost 2 years ago
lib: stop using deprecated SigningKey<D>::new_with_prefix

github.com/RustCrypto/RSA - lumag opened this pull request almost 2 years ago
pss: make `*_with_salt` methods the default

github.com/RustCrypto/RSA - tarcieri opened this pull request almost 2 years ago
ecdsa: make `fmt` impls more consistent

github.com/RustCrypto/signatures - tarcieri opened this pull request almost 2 years ago
ecdsa: `serde` doc fixup

github.com/RustCrypto/signatures - tarcieri opened this pull request almost 2 years ago
How to run the tests in hash2curve?

github.com/RustCrypto/elliptic-curves - ewynx opened this issue almost 2 years ago
p192: public key-only documentation

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
p192/p224/p256/p384: `serde` feature fixups

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
Added SHA-3 OIDs

github.com/RustCrypto/formats - bkstein opened this pull request almost 2 years ago
[Feature Request] SHA-3 KMAC

github.com/RustCrypto/hashes - kkimdev opened this issue almost 2 years ago
p192: add `ecdsa` feature

github.com/RustCrypto/elliptic-curves - halvors opened this pull request almost 2 years ago
sm2: `arithmetic` feature

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
sm2: PKCS#8 tests

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
Multiplying U2048 by U2048 to get U4096

github.com/RustCrypto/crypto-bigint - ycscaly opened this issue almost 2 years ago
bp384: `Scalar::sqrt` is unimplemented

github.com/RustCrypto/elliptic-curves - tarcieri opened this issue almost 2 years ago
ecdsa: change `der::Signature` citation to RFC5912

github.com/RustCrypto/signatures - tarcieri opened this pull request almost 2 years ago
ecdsa: add RFC5480 citation for `der::Signature`

github.com/RustCrypto/signatures - tarcieri opened this pull request almost 2 years ago
sm2: expand description and keywords

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
sm2: add `Scalar::sqrt`

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
p192: add `Scalar::sqrt`

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
sm2: add `FieldElement::sqrt`

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
p192: add `FieldElement::sqrt`

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
Belt-Wblock implementation

github.com/RustCrypto/block-ciphers - makavity opened this pull request almost 2 years ago
p192: `arithmetic` feature

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
p192: projective arithmetic tests

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
build(deps): bump sha3 from 0.10.6 to 0.10.7

github.com/RustCrypto/elliptic-curves - dependabot[bot] opened this pull request almost 2 years ago
sm2: `CurveArithmetic` + `PrimeCurveParams`

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
p192: `CurveArithmetic` + `PrimeCurveParams`

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
p224: enable `arithmetic` and `ecdsa` by default

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
p256: enable `pem` feature by default

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
sha3 v0.10.7

github.com/RustCrypto/hashes - tarcieri opened this pull request almost 2 years ago
sm2: define `PrimeField` constants for `Scalar`

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
p192: define `PrimeField` constants for `Scalar`

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
build(deps): bump elliptic-curve from 0.12.3 to 0.13.4

github.com/RustCrypto/traits - dependabot[bot] opened this pull request almost 2 years ago
Bump `hex-literal` to v0.4.1

github.com/RustCrypto/formats - tarcieri opened this pull request almost 2 years ago
chore(deps): bump hex-literal from 0.3.4 to 0.4.1

github.com/RustCrypto/formats - dependabot[bot] opened this pull request almost 2 years ago
build(deps): bump sec1 from 0.7.1 to 0.7.2

github.com/RustCrypto/SSH - dependabot[bot] opened this pull request almost 2 years ago
build(deps): bump rsa from 0.9.0-pre.0 to 0.9.0-pre.1

github.com/RustCrypto/SSH - dependabot[bot] opened this pull request almost 2 years ago
build(deps): bump dsa from 0.6.0 to 0.6.1

github.com/RustCrypto/SSH - dependabot[bot] opened this pull request almost 2 years ago
build(deps): bump p256 from 0.13.0 to 0.13.1

github.com/RustCrypto/SSH - dependabot[bot] opened this pull request almost 2 years ago
Handle cyclic dependencies

github.com/RustCrypto/formats - baloo opened this pull request almost 2 years ago
sm2: initial crate

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
build(deps): bump elliptic-curve from 0.13.3 to 0.13.4

github.com/RustCrypto/signatures - dependabot[bot] opened this pull request almost 2 years ago
p256 v0.13.1

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
p192: initial crate

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
pkcs1v15: make `*_with_prefix` methods the default

github.com/RustCrypto/RSA - tarcieri opened this pull request almost 2 years ago
sec1 v0.7.2

github.com/RustCrypto/formats - tarcieri opened this pull request almost 2 years ago
k256 v0.13.1

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago
sec1: impl `ModulusSize` for `U24`

github.com/RustCrypto/formats - tarcieri opened this pull request almost 2 years ago
chore(deps): Update rsa requirement from 0.7.0-rc.0 to 0.9.0-pre.1

github.com/RustCrypto/JOSE - dependabot[bot] opened this pull request almost 2 years ago
p224 v0.13.1

github.com/RustCrypto/elliptic-curves - tarcieri opened this pull request almost 2 years ago