ponylang / crypto

Library of common cryptographic algorithms and functions for Pony
https://ponylang.io
BSD 2-Clause "Simplified" License
11 stars 8 forks source link

Sha256 digest test is incorrect #32

Closed SeanTAllen closed 4 years ago

SeanTAllen commented 4 years ago

It's testing the exact same thing as the _TestSHA512.

It should follow the message1 + message2 example of md4 and md5.

SeanTAllen commented 4 years ago

Closed by #40.