defuse / yescrypt

Non-C Implementations of the yescrypt KDF.
Other
29 stars 8 forks source link

Design Tests #4

Closed defuse closed 9 years ago

defuse commented 9 years ago

How should the tests work?

  1. Unit tests re-implemented in every language?
  2. Have all of the implementations expose the same command-line interface, and have one test program that tests them all?

Also consider runtime testing.

defuse commented 9 years ago

I went with a single yescrypt-ref.c-based test. It works well.