I am trying to generate ECC public private key pairs using flexiProvider. I have noticed that values for parameters like p and q are different in brainpoolP521r1 of flexiProvider than those which are specified in many sites. Values specified are Q= AADD.... but what I get is Q=8948... Any idea why flexiProvider does not use specified values and whether having different values is affectes security. I am new to ECC. Any help will be greatly appreciated.
Asked
Active
Viewed 147 times
0
-
1maybe you are printing the values out in decimal rather than hex. – President James K. Polk Apr 08 '12 at 19:25
-
Thanks a million..:) I was printing values in decimal. – user182846 Apr 09 '12 at 09:20