traits icon indicating copy to clipboard operation
traits copied to clipboard

Collection of cryptography-related traits

Results 99 traits issues
Sort by recently updated
recently updated
newest added

The intent is to provide access to the additional fields that a JWK may contain to avoid re-processing the JWK file to get at that data. This MR will need...

Bumps [hpke](https://github.com/rozbb/rust-hpke) from 0.11.0 to 0.12.0. Changelog Sourced from hpke's changelog. [0.12.0] - 2024-07-03 Additions Added Serializable::write_exact so serialization requires less stack space Added support for the P-521 curve Changes...

dependencies
rust

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.120. Release notes Sourced from serde_json's releases. v1.0.120 Correctly specify required version of indexmap dependency (#1152, thanks @​cforycki) v1.0.119 Add serde_json::Map::shift_insert (#1149, thanks @​joshka) v1.0.118...

dependencies
rust

Bumps [hybrid-array](https://github.com/RustCrypto/hybrid-array) from 0.2.0-rc.8 to 0.2.0-rc.9. Commits 390b3e4 v0.2.0-rc.9 (#77) 0e93958 Disable default-features for zeroize (#76) 58266a0 Bump zeroize from 1.7.0 to 1.8.1 (#75) 58fad75 Enable all-features = true on...

dependencies
rust

Bumps [syn](https://github.com/dtolnay/syn) from 2.0.66 to 2.0.68. Release notes Sourced from syn's releases. 2.0.68 Improve panic location when parse_quote! parses invalid syntax (#1690, thanks @​stepancheg) More efficient peek implementation for Group...

dependencies
rust

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.85 to 1.0.86. Release notes Sourced from proc-macro2's releases. 1.0.86 Documentation improvements Commits aa9476b Release 1.0.86 1961358 Merge pull request #466 from dtolnay/buildrs e1bd2cc Bring build script...

dependencies
rust

This allows implementation in consumer crates like: https://github.com/RustCrypto/hashes/pull/586

Bumps [p256](https://github.com/RustCrypto/elliptic-curves) from 0.9.0 to 0.13.2. Commits 6e68865 p256 v0.13.2 (#863) b9fcdd3 sm2: enable dsa feature by default (#862) c17e54a p192/p224/p384/p521/sm2: add all-features = true on docsrs (#861) c7019c1 Update...

dependencies
rust

This is a tracking issue for the next set of breaking releases which are currently under development on the `master` branch: - [ ] `aead` v0.6 - [ ] `async-signature`...

Hello, I'm not sure if this is something I misunderstand or some other issue, but when I export a PEM of p256 to a file, `openssl` is not able to...