Skip to content

Commit

Permalink
Added CHANGES.md and updated cabal file in preparation for new Hacaka…
Browse files Browse the repository at this point in the history
…ge release.
  • Loading branch information
crockeea committed Nov 13, 2015
1 parent 8577dbc commit 3c37c14
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Changelog for lol project
================================

0.1.0.0
-----
* Fixed bug in Box-Muller sampling routine.
* Changed how we lift linear functions for better noise control.
* Split entailment functions in Tensor.
* Increased performance in FastCyc by better handling Sub constructors.
4 changes: 2 additions & 2 deletions lol.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: lol
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.0.1.0
version: 0.1.0.0
synopsis: A library for lattice cryptography.
homepage: https://github.com/cpeikert/Lol
Bug-Reports: https://github.com/cpeikert/Lol/issues
Expand All @@ -17,7 +17,7 @@ copyright: Eric Crockett, Chris Peikert
category: Crypto
stability: experimental
build-type: Simple
extra-source-files: README,
extra-source-files: README, CHANGES.md,
src/Crypto/Lol/Cyclotomic/Tensor/CTensor/tensorTypes.h,
test-suite/CycTests.hs,
test-suite/SHETests.hs,
Expand Down

0 comments on commit 3c37c14

Please sign in to comment.