|
|
|
|
|
by pbsd
3835 days ago
|
|
It seems to be a true statement: Dual EC is used to seed a X9.31 generator with 3DES, where 8 bytes are the initial seed V, and the remaining 24 are K (cf. [1]). I don't see any other usage of Dual EC other than to self-test and to seed X9.31. Oddly, you can disable the Dual EC seeding with the flag 'one-stage-rng'. But not the other way around. [1] http://csrc.nist.gov/groups/STM/cavp/documents/rng/931rngext... |
|