aboutsummaryrefslogtreecommitdiff
path: root/include/axolotl/crypto.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/axolotl/crypto.hh')
-rw-r--r--include/axolotl/crypto.hh1
1 files changed, 1 insertions, 0 deletions
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];
};