Commit graph

6 commits

Author SHA1 Message Date
Nikolai Fischer
266315acca Update guide_wallets.md 2017-05-17 14:58:13 +02:00
Nikolai Fischer
442a5cee7b Fixed Missing word in guide_wallets.md
"work" was missing in the first sentence describing the point() function.
2017-05-17 14:12:33 +02:00
fivepiece
f741ed7cb9 Take remainder from the curve's prime instead of G
Instances of `point( ( key + i ) % G )` should read `point( (key + i) % p )`
2016-11-11 09:29:48 +02:00
Jeremy Kun
06fc7e3ae3 guide_wallets.md: Fix typos, added clarification 2016-03-30 14:35:21 -07:00
mruddy
070162d294 correct ecc equation 2015-10-22 09:31:02 -04:00
Saivann
af1704002b Group _includes files in subfolders 2015-09-05 20:49:55 -04:00
Renamed from _includes/guide_wallets.md (Browse further)