Skip to content

Commit 8356819

Browse files
committed
release 0.7
1 parent e95dc79 commit 8356819

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

NEWS

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11

22
User-Visible Changes in python-ed25519
33

4-
* Release 0.7 (?)
4+
* Release 0.7 (17-Nov-2011)
55

66
The SigningKey.to_ascii() method was modified to return an encoded seed (32
77
bytes) rather than the full private key (64 bytes). The SigningKey()
88
constructor will accept either.
99

1010
Unit tests, known-answer tests, and speed benchmarks can now be run through
11-
setup.py:
11+
setup.py (after building):
1212

13+
python setup.py build
1314
python setup.py test
1415
python setup.py test_kat
1516
python setup.py speed
1617

17-
A power-on self test (which takes about 10ms) was added to throw an
18-
AssertionError if basic keygen/sign/verify operations are broken.
18+
A power-on self test (which takes about 10ms) was added, to throw an
19+
AssertionError during import if any of the basic keygen/sign/verify
20+
operations are broken.
1921

2022

2123
* Release 0.6 (16-Nov-2011)

0 commit comments

Comments
 (0)