Skip to content

Commit

Permalink
Fix broken link (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajjon authored Mar 24, 2023
1 parent 5d8b14d commit 25a68d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ class BoringSSLECPublicKeyWrapper<Curve: OpenSSLSupportedNISTCurve> {
self.key = try group.makeUnsafeOwnedECKey()

// The compact representation is simply the X coordinate: deserializing then requires us to do a little math,
// as discussed in https://tools.ietf.org/id/draft-jivsov-ecc-compact-05.html#rfc.section.4.1.
// as discussed in https://datatracker.ietf.org/doc/html/draft-jivsov-ecc-compact-05#section-4.1
var x = try ArbitraryPrecisionInteger(bytes: bytes)

// We now need to solve the curve equation in Weierstrass form. This form is y² = x³ + ax + b. We need a and b.
Expand Down

0 comments on commit 25a68d6

Please sign in to comment.