bcgit / pc-dart

Pointy Castle - Dart Derived Bouncy Castle APIs
MIT License
237 stars 122 forks source link

fix construction of ECCurves with nullsafety #81

Closed rbellens closed 3 years ago

rbellens commented 3 years ago

Construction of most ECCurves fails because seed is null which is not allowed by the signature of the factory function

rokk4 commented 3 years ago

@mwcw Could you look into merging this? Would be super awesome! Thanks! pc-dart is kinda blocking my projects transition to null-safety :/

mwcw commented 3 years ago

This has been merged, it will synch up shortly.

IGE block cipher -- interesting, thanks!

MW