fixed key generation, now the ed25519 key is derived from a seed

and the curve25519 key is derived from the ed25519 key. the encrypted
part now contains the ed25519 secret.
This commit is contained in:
TLINDEN
2013-11-10 14:25:36 +01:00
parent 74a66e7456
commit 71d7121c87
17 changed files with 312 additions and 192 deletions

View File

@@ -29,7 +29,7 @@ include keys.cfg
<test check-dependencies>
<test check-dependencies-perl>
cmd = perl -MYAML-e 'print 1'
cmd = perl -MYAML -e 'print 1'
expect = 1
</test>
<test check-dependencies-shell>