Skip to content

Commit

Permalink
Updated github readme and cabal files with link to challenge descript…
Browse files Browse the repository at this point in the history
…ion and smaller unicode \circ.
  • Loading branch information
crockeea committed Aug 13, 2016
1 parent 6fa4836 commit bf491f6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ This repository contains several Haskell libraries:
just writing your own applications, you don't need to install this
library.

* The folder `challenges` contains code to generate and verify the
(as yet unpublished) RLWE challenges. For now you can ignore this
folder.
* The folder `challenges` contains code to generate and verify
RLWE and RLWR challenges, which are described [here](https://web.eecs.umich.edu/~cpeikert/rlwe-challenges).

* The folder `compiler` contains an unmaintained, primitive FHE
compiler for Lol. Eventually, this will work in conjuction with
Expand Down
2 changes: 1 addition & 1 deletion apps/lol-apps.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extra-source-files: README, CHANGES.md,
cabal-version: >= 1.10
description:
This library contains example cryptographic applications built using
<https://hackage.haskell.org/package/lol Λ λ> (Lol),
<https://hackage.haskell.org/package/lol Λ λ> (Lol),
a general-purpose library for ring-based lattice cryptography.

source-repository head
Expand Down
8 changes: 7 additions & 1 deletion challenges/rlwe-challenges.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ stability: experimental
build-type: Simple
extra-source-files: README, CHANGES.md
cabal-version: >= 1.10
description: TODO.
description:
Contains a library for reading serialized challenges
(generated with <https://hackage.haskell.org/package/hprotoc hprotoc>)
and an executable used to generate, suppress, and verify RLWE and RLWR
challenges using <https://hackage.haskell.org/package/lol Λ ∘ λ> (Lol).
You can find more information about the challenges
<https://web.eecs.umich.edu/~cpeikert/rlwe-challenges here>.

source-repository head
type: git
Expand Down
4 changes: 2 additions & 2 deletions lol/lol.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ extra-source-files: README, CHANGES.md,
Crypto/Lol/Cyclotomic/Tensor/CTensor/*.cpp
cabal-version: >= 1.10
description:
Λ λ (Lol) is a general-purpose library for ring-based lattice cryptography.
Λ λ (Lol) is a general-purpose library for ring-based lattice cryptography.
For a detailed description of interfaces and functionality, see
<https://eprint.iacr.org/2015/1134 Λ λ: A Functional Library for Lattice Cryptography>.
<https://eprint.iacr.org/2015/1134 Λ λ: A Functional Library for Lattice Cryptography>.
For example cryptographic applications, see <https://hackage.haskell.org/package/lol-apps lol-apps>.
source-repository head
type: git
Expand Down

0 comments on commit bf491f6

Please sign in to comment.