Closed reaster closed 2 years ago
Hi,
Thank you.
I think those type of keys should not have any prefix and suffix implemented. Also, assert would not work in production code.
So, I made Suffix
mixin more specific to only the relevant classes and removed from unnecessary ones.
I will commit and close it soon.
Cheers,
Pal
Updated the pub.dev package.
Hi Pal, Thanks for the quick turnaround! Unfortunately, I can't use it with the latest bip32-ed25519-dart due to a few breaking changes. Any chance I could cajole you into doing an update on that project? Warm regards, Richard
Hi,
The bip32-ed25519-dart
is updated to v0.3.1 to be compatible with the pinenacl
v0.3.5
Cheers,
Pal
Looking good on my end. Thanks again!
PublicKey, PrivateKey and VerifyKey still don't have a prefixLength getter. Neither the compiler nor runtime seem to catch this until prefixLength is accessed. If you make this change:
The compiler picks up the problem. Or you can add
to signature.dart.