Skip to content

Commit

Permalink
Merge pull request #14 from adjoint-io/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
sdiehl authored Jul 5, 2019
2 parents 885a99d + 8a79fa0 commit 0add093
Show file tree
Hide file tree
Showing 11 changed files with 499 additions and 370 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- restore_cache:
name: Restore Cached Dependencies
keys:
- pairing-{{ checksum "package.yaml" }}
- galois-field-{{ checksum "package.yaml" }}
- run:
name: Resolve/Update Dependencies
command: stack setup
Expand All @@ -17,6 +17,6 @@ jobs:
command: stack test
- save_cache:
name: Cache Dependencies
key: pairing-{{ checksum "package.yaml" }}
key: galois-field-{{ checksum "package.yaml" }}
paths:
- ".stack-work"
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log for galois-field

## 0.2.0

* Add `deg` for GaloisField
* Add `order` for GaloisField
* Add `pow` for GaloisField
* Add `rnd` for GaloisField

## 0.1.1

* Add `Arbitrary` instances to PrimeField, PolynomialRing, and ExtensionField.
Expand Down
184 changes: 0 additions & 184 deletions benchmarks/Benchmarks.hs

This file was deleted.

Loading

0 comments on commit 0add093

Please sign in to comment.