fork-openpgpjs/src/crypto
2015-06-10 21:12:55 +02:00
..
cipher Fix twofish cipher: did not accept typed arrays. 2014-04-25 16:35:43 +02:00
hash OP-01-026 Errors in EMSA-PKCS1-v1_5 decoding routine (High) and OP-01-018 Suggested improvement in RSA signature verification (Low). Do RSA signature verification as described in RFC 3447 Section 8.2.2. Remove pkcs1.emsa.decode(). Rewrite pkcs1.emsa.encode(). Hash algorithms: throw exception on error condition. 2014-03-26 18:04:58 +01:00
public_key tanx update 2 2015-05-22 12:03:59 -07:00
cfb.js Optimized memory footprint for encrypting and decrypting 2015-06-10 21:12:55 +02:00
crypto.js Refactor keygen to use promises (Work in progress) 2014-10-01 13:13:09 +02:00
index.js Fix all the lint noise, mostly semicolons, duplicate var definitions and ==0 2014-01-02 12:24:10 -08:00
pkcs1.js Upgrade license to LGPL version 3.0 or later. 2014-09-30 18:16:58 +02:00
random.js Need to use compareTo when comparing BigIntegers, otherwise get a string comparison with lexical order 2015-02-08 21:20:07 -08:00
signature.js OP-01-026 Errors in EMSA-PKCS1-v1_5 decoding routine (High) and OP-01-018 Suggested improvement in RSA signature verification (Low). Do RSA signature verification as described in RFC 3447 Section 8.2.2. Remove pkcs1.emsa.decode(). Rewrite pkcs1.emsa.encode(). Hash algorithms: throw exception on error condition. 2014-03-26 18:04:58 +01:00