Trust-Machines / p256k1

Wrappers around secp256k1 to expose the underlying math, specifically unwrapped points and scalars with multiexponentiation
Apache License 2.0
12 stars 6 forks source link

rand_core 0.6 #29

Closed sergey-shandar closed 1 year ago

sergey-shandar commented 1 year ago

Note: This change is an API breaking change. So I incremented the major part of the package version number. ⚠️

cloudflare-workers-and-pages[bot] commented 1 year ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 209bae5
Status: ✅  Deploy successful!
Preview URL: https://77112d71.p256k1.pages.dev
Branch Preview URL: https://sergey-shandar-patch-1.p256k1.pages.dev

View logs

xoloki commented 1 year ago

@sergey-shandar why is this an API breaking change, if the underlying rand_core API did not change?