mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add to interface
This commit is contained in:
parent
e91583d1dc
commit
c8c6667331
@ -14,6 +14,9 @@
|
||||
class IKeyPair
|
||||
{
|
||||
public:
|
||||
//! \return caller take ownership of return value
|
||||
virtual MemoryBin* sign(const MemoryBin* message) = 0;
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user