File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
User-Visible Changes in python-ed25519
3
3
4
- * Release 0.7 (? )
4
+ * Release 0.7 (17-Nov-2011 )
5
5
6
6
The SigningKey.to_ascii() method was modified to return an encoded seed (32
7
7
bytes) rather than the full private key (64 bytes). The SigningKey()
8
8
constructor will accept either.
9
9
10
10
Unit tests, known-answer tests, and speed benchmarks can now be run through
11
- setup.py:
11
+ setup.py (after building) :
12
12
13
+ python setup.py build
13
14
python setup.py test
14
15
python setup.py test_kat
15
16
python setup.py speed
16
17
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.
19
21
20
22
21
23
* Release 0.6 (16-Nov-2011)
You can’t perform that action at this time.
0 commit comments