mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
added dump key if still encrypted for test 3
This commit is contained in:
@@ -138,6 +138,12 @@ void test3(PcpContext *ptx) {
|
||||
// signature test
|
||||
Key A = Key(ptx, "a", "alicia", "alicia@local");
|
||||
A.decrypt("a");
|
||||
|
||||
// travis-ci debugging, i just dont get it
|
||||
if(A.is_encrypted()) {
|
||||
pcp_dumpkey(A.K);
|
||||
}
|
||||
|
||||
PubKey PA = A.get_public();
|
||||
|
||||
string message = "hallo baby";
|
||||
|
||||
Reference in New Issue
Block a user