Started porting crypto tests

This commit is contained in:
Robert Nelson
2014-01-03 08:10:50 -08:00
parent e5e1675615
commit 3beb4ac0ad
9 changed files with 279 additions and 281 deletions

View File

@@ -4,7 +4,7 @@ var openpgp = require('openpgp');
var expect = chai.expect;
describe('Basic tests', function() {
describe('Basic', function() {
describe("Key generation/encryption/decryption", function() {
var testHelper = function(passphrase, userid, message) {