Skip to content
This repository was archived by the owner on Jul 15, 2018. It is now read-only.

Commit e1ce3ff

Browse files
committed
changelog and version
1 parent eadc7b1 commit e1ce3ff

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## 0.7.0
4+
5+
**May 30th, 2018**
6+
7+
BREAKING CHANGES
8+
9+
No breaking changes compared to 0.6.2, but making up for the version bump that
10+
should have happened in 0.6.1.
11+
12+
We also bring in the `tmlibs/merkle` package with breaking changes:
13+
14+
- change the hash function from RIPEMD160 to tmhash (first 20-bytes of SHA256)
15+
- remove unused funcs and unexport SimpleMap
16+
17+
FEATURES
18+
19+
- [xchacha20poly1305] New authenticated encryption module
20+
- [merkle] Moved in from tmlibs
21+
- [merkle/tmhash] New hash function: the first 20-bytes of SHA256
22+
23+
IMPROVEMENTS
24+
25+
- Remove some dead code
26+
- Use constant-time compare for signatures
27+
28+
BUG FIXES
29+
30+
- Fix MixEntropy weakness
31+
- Fix PrivKeyEd25519.Generate()
32+
333
## 0.6.2 (April 9, 2018)
434

535
IMPROVEMENTS

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package crypto
22

3-
const Version = "0.6.2"
3+
const Version = "0.7.0"

0 commit comments

Comments
 (0)