Skip to content

ecdsa: serde doc fixup#712

Merged
tarcieri merged 1 commit intomasterfrom
ecdsa/serde-doc-fixup
Apr 14, 2023
Merged

ecdsa: serde doc fixup#712
tarcieri merged 1 commit intomasterfrom
ecdsa/serde-doc-fixup

Conversation

@tarcieri
Copy link
Member

The width of a serialized Signature is generic and based on the size of the underlying curve's modulus, not a fixed 64-bytes.

The width of a serialized `Signature` is generic and based on the size
of the underlying curve's modulus, not a fixed 64-bytes.
@tarcieri tarcieri merged commit 31ebc99 into master Apr 14, 2023
@tarcieri tarcieri deleted the ecdsa/serde-doc-fixup branch April 14, 2023 16:57
baloo added a commit to baloo/signatures that referenced this pull request May 10, 2023
Added
- RFC5480 citation for `der::Signature` (RustCrypto#710)
- support for the `SignatureBitStringEncoding` trait (RustCrypto#716)

Changed
- bump `elliptic-curve` from 0.13.3 to 0.13.4 (RustCrypto#709)
- `der::Signature` citation to RFC5912 (RustCrypto#711)
- make `fmt` impls more consistent (RustCrypto#713)

Fixed
- `serde` doc fixup (RustCrypto#712)
@baloo baloo mentioned this pull request May 10, 2023
baloo added a commit to baloo/signatures that referenced this pull request May 10, 2023
Added
- RFC5480 citation for `der::Signature` (RustCrypto#710)
- support for the `SignatureBitStringEncoding` trait (RustCrypto#716)

Changed
- bump `elliptic-curve` from 0.13.3 to 0.13.4 (RustCrypto#709)
- `der::Signature` citation to RFC5912 (RustCrypto#711)
- make `fmt` impls more consistent (RustCrypto#713)

Fixed
- `serde` doc fixup (RustCrypto#712)
baloo added a commit to baloo/signatures that referenced this pull request May 10, 2023
Added
- RFC5480 citation for `der::Signature` (RustCrypto#710)
- support for the `SignatureBitStringEncoding` trait (RustCrypto#716)

Changed
- bump `elliptic-curve` from 0.13.3 to 0.13.4 (RustCrypto#709)
- `der::Signature` citation to RFC5912 (RustCrypto#711)
- make `fmt` impls more consistent (RustCrypto#713)

Fixed
- `serde` doc fixup (RustCrypto#712)
baloo added a commit to baloo/signatures that referenced this pull request May 11, 2023
Added
- RFC5480 citation for `der::Signature` (RustCrypto#710)
- support for the `SignatureBitStringEncoding` trait (RustCrypto#716)

Changed
- bump `elliptic-curve` from 0.13.3 to 0.13.4 (RustCrypto#709)
- `der::Signature` citation to RFC5912 (RustCrypto#711)
- make `fmt` impls more consistent (RustCrypto#713)

Fixed
- `serde` doc fixup (RustCrypto#712)
tarcieri pushed a commit that referenced this pull request May 11, 2023
Added
- RFC5480 citation for `der::Signature` (#710)
- support for the `SignatureBitStringEncoding` trait (#716)

Changed
- bump `elliptic-curve` from 0.13.3 to 0.13.4 (#709)
- `der::Signature` citation to RFC5912 (#711)
- make `fmt` impls more consistent (#713)

Fixed
- `serde` doc fixup (#712)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant