Utils::now() removal and a bunch of compile fixes.
This commit is contained in:
parent
ee2f51f48e
commit
bf2ff964e1
9 changed files with 67 additions and 49 deletions
|
@ -289,9 +289,10 @@ public:
|
|||
* Add or update signature fields with a signature of all other keys and values
|
||||
*
|
||||
* @param with Identity to sign with (must have secret key)
|
||||
* @param now Current time
|
||||
* @return True on success
|
||||
*/
|
||||
bool sign(const Identity &id);
|
||||
bool sign(const Identity &id,uint64_t now);
|
||||
|
||||
/**
|
||||
* Verify signature against an identity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue