From a08d706366ff593431bfb85ec873045bf496b810 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Tue, 9 Jun 2015 18:03:01 +0100 Subject: Add methods for pickling and unpickling sessions --- include/axolotl/crypto.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'include/axolotl/crypto.hh') diff --git a/include/axolotl/crypto.hh b/include/axolotl/crypto.hh index d772f46..42e4b61 100644 --- a/include/axolotl/crypto.hh +++ b/include/axolotl/crypto.hh @@ -25,6 +25,7 @@ struct Curve25519PublicKey { struct Curve25519KeyPair : public Curve25519PublicKey { + static const int LENGTH = 64; std::uint8_t private_key[32]; }; -- cgit v1.2.3