From d8a27df32b1ae35f165b00a644bd2432f6e44280 Mon Sep 17 00:00:00 2001 From: Terry Chia Date: Thu, 1 Sep 2016 23:39:57 +0800 Subject: Scrypt Implementation (#3117) * Scrypt implementation. * Docs stuff. * Make example just an example and not a doctest. * Add changelog entry. * Docs cleanup. * Add more tests. * Add multibackend tests. * PEP8. * Add docs about Scrypt parameters. * Docs cleanup. * Add AlreadyFinalized. --- docs/spelling_wordlist.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/spelling_wordlist.txt') diff --git a/docs/spelling_wordlist.txt b/docs/spelling_wordlist.txt index f60943a1..31bc995f 100644 --- a/docs/spelling_wordlist.txt +++ b/docs/spelling_wordlist.txt @@ -55,6 +55,7 @@ Nonces nonces online paddings +Parallelization pickleable plaintext pre @@ -73,6 +74,7 @@ SHA Solaris Tanja testability +tunable Ubuntu unencrypted unpadded -- cgit v1.2.3