mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-18 12:20:58 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user