@hackage tasty-test-vector0
Test vector support for tasty.
Categories
License
BSD-3-Clause
Maintainer
oss@xkcd.com
Links
Versions
- 0 Wed, 25 Mar 2020
Installation
Dependencies (2)
Dependents (1)
@hackage/miss
Many specifications provide test vectors for their algorithms, particularly specifications for cryptographic primatives. These are like QuickCheck properties in that they provide some function input and check the output, but unlike QuickCheck the inputs and expected results are predefined.
This library provides an interface for cleanly integrating such test vectors into
the tasty
test framework.