lol-tests: A library for testing <https://hackage.haskell.org/package/lol Λ ∘ λ>.

[ crypto, gpl, library ] [ Propose Tags ]

This library contains code to test &#923; &#8728; &#955; (Lol). It is designed so that third-party tensors can be easily tested using the same framework. For examples of how to use this library, see the tests for lol-cpp.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1
Change log CHANGES.md
Dependencies base (>=4.9 && <5), lol (>=0.6.0.0 && <0.7), MonadRandom (<0.6), QuickCheck (<3.0), test-framework (<0.9), test-framework-quickcheck2 (<0.4) [details]
License GPL-2.0-only
Copyright Eric Crockett, Chris Peikert
Author Eric Crockett <ecrockett0@gmail.com>, Chris Peikert <cpeikert@alum.mit.edu>
Maintainer Eric Crockett <ecrockett0@gmail.com>
Revised Revision 1 made by crockeea at 2017-02-23T20:24:42Z
Category Crypto
Home page https://github.com/cpeikert/Lol
Bug tracker https://github.com/cpeikert/Lol/issues
Source repo head: git clone https://github.com/cpeikert/Lol
Uploaded by crockeea at 2017-02-19T02:43:39Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1100 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-02-19 [all 1 reports]

Readme for lol-tests-0.0.0.1

[back to package description]
This library contains modules for testing Lol. Primarily, this can be used to
verify third-party 'Tensor' instances, but it also includes some useful tools
for writing crypto application tests.

Unless you are writing your own tests, you shouldn't explicitly need this
package.