bignp256 v0.14.0 - #1925
Merged
Merged
bignp256 v0.14.0#1925
Conversation
Member
Author
|
cc @makavity |
Contributor
|
Thanks! |
tarcieri
force-pushed
the
bignp256/v0.14.0
branch
from
September 10, 2026 15:44
4bb7a97 to
4b908a6
Compare
makavity
reviewed
Sep 10, 2026
tarcieri
force-pushed
the
bignp256/v0.14.0
branch
from
September 10, 2026 15:51
4b908a6 to
68fec33
Compare
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
serdeandtest-vectorsfeatures (#1062)From<NonZeroScalar>andFrom<&NonZeroScalar>forScalar(#1188)TryFrom<Scalar>forNonZeroScalar(#1193)MultipartSignerandMultipartVerifier(#1221)getrandomfeature (#1521)crypto_common::GenerateforSecretKeyandSigningKey(#1586)swufeature with BAKE-SWU hash-to-curve support (#1743)FieldArithmeticforBignP256(#1833)precomputed-tablesfeature (#1920)crypto-bigintfield and scalar backend viabignp256_backend="bigint"(#1920)Changed
dsamodule and feature toecdsa(#1046)VerifyingKey::{from_sec1_bytes,to_sec1_bytes}to::{from_bytes,to_bytes}(#1046)primefieldfor field and scalar arithmetic boilerplate (#1158)fiat-cryptov0.1.5 (#1413)ScalarPrimitivetoScalarValue(#1417)bign256tobignp256(#1430)elliptic-curve(#1516)SigningKey::from_nonzero_scalarinfallible and add conversions between signing keys, secret keys, and non-zero scalars (#1586)rand_coredependency to v0.10 (#1642)EncodedPointtoSec1Pointand update SEC1 conversion APIs (#1648)digestdependency to v0.11 (#1682)bign-genk(#1684)belt-hashdependency to v0.2 (#1700)pkcs8dependency to v0.11 (#1749)signaturedependency to v3 (#1756)elliptic-curvedependency to v0.14 (#1849, #1871)primeorderdependency to v0.14 (#1887)elliptic_curve::{PublicKey, SecretKey}while retaining BIGN key encoding; renameSecretKey::as_scalar_primitiveto::as_scalar_value(#1908)bign-genkv0.1 for signaturekgeneration (#1911)Fixed
Debugoutput (#1908)ecdsafeature enabledigest(#1920)Removed
CompressedPointtype alias (#1046)SigningKey::new: useFrom<SecretKey>instead (#1586)