PointyCastle / pointycastle

Moved into the Bouncy Castle project: https://github.com/bcgit/pc-dart
MIT License
270 stars 76 forks source link

Make the underlying systems closer to what BouncyCastle does. #95

Closed TheBosZ closed 8 years ago

TheBosZ commented 8 years ago

Fixes SHA-512 issue. All test pass. References #92

stevenroose commented 8 years ago

Thanks for finding this!

However, you added that + function to make things simpler to look at, but I think there is a reason why Ivan has been using Register64.sum instead of adding them together (probably efficiency).

I think I will adapt your changes to using sum again.