*** empty log message ***
parent
6f69209eee
commit
50c0dc2277
|
|
@ -53,5 +53,5 @@ Verify - signature verification should pass
|
||||||
NotVerify - signature verification should not pass
|
NotVerify - signature verification should not pass
|
||||||
DeterministicSign - sign message using given seed, and the resulting
|
DeterministicSign - sign message using given seed, and the resulting
|
||||||
signature should be equal to the given signature
|
signature should be equal to the given signature
|
||||||
Decrypt - ciphertext decrypts to plaintext
|
DecryptMatch - ciphertext decrypts to plaintext
|
||||||
(more to come here)
|
(more to come here)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
AlgorithmType: AsymmetricCipher
|
AlgorithmType: AsymmetricCipher
|
||||||
Name: DLIES(NoCofactorMultiplication, KDF2(SHA-1), XOR, HMAC(SHA-1), DHAES)
|
Name: DLIES(NoCofactorMultiplication, KDF2(SHA-1), XOR, HMAC(SHA-1), DHAES)
|
||||||
Source: generated by Wei Dai using Crypto++ 5.0
|
Source: generated by Wei Dai using Crypto++ 5.0
|
||||||
|
Comment: keys are encoded as DSA keys, with OID id-dsa
|
||||||
KeyFormat: DER
|
KeyFormat: DER
|
||||||
Comment: 1024-bit DLIES key
|
Comment: 1024-bit DLIES key
|
||||||
PrivateKey: \
|
PrivateKey: \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue