Test cleanup, and fall out from that. test/crypto/openpgp.crypto.js is

still broken because DSA still has issues. I'm guessing elgamal will too
once the DSA ones are fixed.
This commit is contained in:
seancolyer
2013-08-18 17:37:37 -04:00
parent 844ea22d99
commit b7d0322b8e
13 changed files with 19340 additions and 18679 deletions

View File

@@ -34,8 +34,6 @@ module.exports = function packet_symmetrically_encrypted() {
* @type {openpgp_packetlist} */
this.packets;
this.read = function(bytes) {
this.encrypted = bytes;
}