Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Multramate committed Aug 7, 2019
1 parent b4c7e91 commit 41e295d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change log for galois-field

## 0.4.0

* Add `Vector` implementation of extension fields.
* Add `qnr` function for Galois fields.
* Add `qr` function for Galois fields.
* Add `quad` function for extension fields and binary fields.
* Add `sr` function for extension fields and binary fields.
* Add `Semiring` instances for Galois fields.
* Add `Ord` instances for Galois fields.
* Add minor optimisations to exponentiation with `RULES`.

## 0.3.0

* Add complete implementation of binary fields.
Expand Down
6 changes: 3 additions & 3 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: galois-field
version: 0.3.0
version: 0.4.0
synopsis: Galois field library
description: An efficient implementation of Galois fields used in cryptography research
maintainer: Adjoint Inc (info@adjoint.io)
Expand All @@ -24,8 +24,8 @@ default-extensions:
- PatternSynonyms

dependencies:
- base >= 4.7 && < 5
- protolude >= 0.2
- base
- protolude
- integer-gmp
- MonadRandom
- poly
Expand Down

0 comments on commit 41e295d

Please sign in to comment.