aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/electrum-words.h
diff options
context:
space:
mode:
authortom <tewinget@gmail.com>2014-06-04 23:08:35 -0400
committerThomas Winget <tewinget@gmail.com>2014-06-12 19:05:51 -0400
commitcd631325029bf8df53e2ec813a3d340a841f73e2 (patch)
tree722bb92ff308ffe04e8af3d22a829f5896e847bf /src/crypto/electrum-words.h
parentdefaulted new parameters in modified functions (diff)
downloadmonero-cd631325029bf8df53e2ec813a3d340a841f73e2.tar.xz
compile issues, resolve later. commiting because switching machines
Diffstat (limited to '')
-rw-r--r--src/crypto/electrum-words.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crypto/electrum-words.h b/src/crypto/electrum-words.h
index 6b8291047..f5f8d1d95 100644
--- a/src/crypto/electrum-words.h
+++ b/src/crypto/electrum-words.h
@@ -12,6 +12,9 @@ namespace crypto
{
namespace ElectrumWords
{
+
+ const int NUMWORDS = 1626;
+
bool words_to_bytes(const std::string& words, crypto::secret_key& dst);
bool bytes_to_words(const crypto::secret_key& src, std::string& words);