mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Cleanup
This commit is contained in:
@@ -54,8 +54,8 @@ class Serializer
|
|||||||
|
|
||||||
// signature functions
|
// signature functions
|
||||||
bool checkSignature(int pubkeyOffset, int signatureOffset) const;
|
bool checkSignature(int pubkeyOffset, int signatureOffset) const;
|
||||||
bool checkSignature(const std::vector<unsigned char> &signature, CKey& rkey) const;
|
bool checkSignature(const std::vector<unsigned char>& signature, CKey& rkey) const;
|
||||||
bool makeSignature(std::vector<unsigned char> &signature, CKey& rkey) const;
|
bool makeSignature(std::vector<unsigned char>& signature, CKey& rkey) const;
|
||||||
bool addSignature(CKey& rkey);
|
bool addSignature(CKey& rkey);
|
||||||
|
|
||||||
static void TestSerializer();
|
static void TestSerializer();
|
||||||
|
|||||||
Reference in New Issue
Block a user