mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
context fixes
This commit is contained in:
@@ -48,10 +48,10 @@ namespace pcp {
|
||||
PcpContext PTX;
|
||||
|
||||
// constructors
|
||||
Signature(PcpContext P, Key &skey); // sign only
|
||||
Signature(PcpContext P,PubKey &pkey); // verify only
|
||||
Signature(PcpContext P,Key &skey, PubKey &pkey); // both/bulk
|
||||
Signature(PcpContext P,Vault &v);
|
||||
Signature(PcpContext &P, Key &skey); // sign only
|
||||
Signature(PcpContext &P,PubKey &pkey); // verify only
|
||||
Signature(PcpContext &P,Key &skey, PubKey &pkey); // both/bulk
|
||||
Signature(PcpContext &P,Vault &v);
|
||||
|
||||
// destructor
|
||||
~Signature();
|
||||
|
||||
Reference in New Issue
Block a user