diff options
author | lloyd <[email protected]> | 2009-11-19 21:33:33 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-19 21:33:33 +0000 |
commit | eacba105e221c84885b4bbb0409d7e7755d32ffb (patch) | |
tree | a0f3e5d132ea931874dfeca4f1a62298fb40e14f /src/pubkey/gost_3410/info.txt | |
parent | 390d8e682689ab2587aecb7987632f5b0eab7e3e (diff) |
Add an implementation of GOST 34.10-2001 as described in
draft-dolmatov-cryptocom-gost34102001-06
Known problem: GOST's X.509 (and PKCS #8?) formats are different from
ECDSA. ECDSA uses compressed points, GOST uses a completely raw pair
of points (with, OF COURSE, no leading uncompressed pair identifier,
because using something that already exists would just be too much).
Diffstat (limited to 'src/pubkey/gost_3410/info.txt')
-rw-r--r-- | src/pubkey/gost_3410/info.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/pubkey/gost_3410/info.txt b/src/pubkey/gost_3410/info.txt new file mode 100644 index 000000000..1d6c1ed17 --- /dev/null +++ b/src/pubkey/gost_3410/info.txt @@ -0,0 +1,14 @@ +define GOST_34_10_2001 + +load_on auto + +<requires> +alloc +asn1 +ec_dompar +ecc_key +gfpmath +libstate +numbertheory +rng +</requires> |