Description
Provides a Known Answer Tests framework for Tasty. KAT tests compare an implementation against fixed expected answers, which is common for cryptography, codecs, parsers, and algorithms.
It is useful when correctness is defined by published vectors or stable reference examples. It is a development library used by test suites, not a standalone test runner.