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

Switch to bs58 #60

Closed aryzing closed 1 year ago

aryzing commented 1 year ago

Part of the work required for https://github.com/Trust-Machines/core-eng/issues/320.

Swaps out crate base58 for bs58.

Minor version bump despite some error-related pub types having changed, would another type of version bump be more appropriate?

aryzing commented 1 year ago

Great feedback, we now have more lines removed than added. Anything else?

xoloki commented 1 year ago

Thanks @aryzing !

aryzing commented 1 year ago

Was fun, thanks :)