poly-v0.4.0
Pre-release
Pre-release
BREAKING CHANGES
This version of poly has breaking changes. AnnotatedSequence and Sequence has merged into one unified struct also called Sequence.
Also, the previous blake3 and Generichashsequence methods have been deprecated and merged into one function hashSequence() which is exposed through a new .Hash() interface.
Changelog
a54050d Refactor io (#59)
7304bf6 refactored hash.go. Now exposes only two hashing methods. (#58)