diff options
author | Werner Koch <wk@gnupg.org> | 1997-11-24 23:24:04 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1997-11-24 23:24:04 +0100 |
commit | 46900fbd437a134bd16e5030182fb3a219cd370e (patch) | |
tree | f13063a7c4896b189c7a3d09791d5464241174c7 /doc/DETAILS | |
parent | IDEA removed, signing works (diff) | |
download | gnupg2-46900fbd437a134bd16e5030182fb3a219cd370e.tar.xz gnupg2-46900fbd437a134bd16e5030182fb3a219cd370e.zip |
ElGamal funktioniert und ist default
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS new file mode 100644 index 000000000..3b447c79b --- /dev/null +++ b/doc/DETAILS @@ -0,0 +1,7 @@ + + + * For packet version 3 we calculate the keyids this way: + RSA := low 64 bits of n + ELGAMAL := low 64 bits of y + + |