- Update ed25519 tests, including using sample keys from RFC 8032 Section

7.1 and the sample message from RFC 6376
This commit is contained in:
Scott Kitterman
2018-02-11 19:26:04 -05:00
parent c77f03fa74
commit d097a5f523
5 changed files with 43 additions and 14 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
from distutils.core import setup
import os
version = "0.7.0"
version = "0.7.0+"
setup(
name = "dkimpy",