Exemplo n.º 1
0
 "which yields a ciphertext": function(ciphertext) {
   assert.isCiphertext(ciphertext);
 },
Exemplo n.º 2
0
 "returns a ciphertext": function(ciphertext) {
   assert.isCiphertext(ciphertext);
   assert.ok(!BigInt.ONE.equals(ciphertext.alpha));
   assert.ok(!BigInt.ONE.equals(ciphertext.beta));
 },