Update README.md
This commit is contained in:
parent
5145bb9055
commit
6f5fc24cca
@ -3,6 +3,10 @@
|
|||||||
This Python 3 code implements Galois field (finite field) arithmetic in pure Python,
|
This Python 3 code implements Galois field (finite field) arithmetic in pure Python,
|
||||||
leveraging Python's support for very long integers.
|
leveraging Python's support for very long integers.
|
||||||
|
|
||||||
|
Because it's in pure Python, it's relatively slow --- don't use it for performance-critical
|
||||||
|
applications.
|
||||||
|
Instead, use it to _verify_ other implementations, or to understand how Galois field calculations work.
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
- Ethan L. Miller (`coding@ethanmiller.com`)
|
- Ethan L. Miller (`coding@ethanmiller.com`)
|
||||||
|
Loading…
Reference in New Issue
Block a user