I'm trying to use openssl dsa implementation, but I'm very confused with the following details:
Option '-text' of the command
openssl dsa ....
: the hexadecimal numbers in the output, am I correct to assume that those are the bytes, and thus they are in little-Endian order?Functions BN_bn2hex and BN_hex2bn, what Endianess they use?
Thanks in advance for the help.