Skip to content

Commit

Permalink
branches: 1.2.2;
Browse files Browse the repository at this point in the history
Correct some parameter values.
(backport from HEAD)
  • Loading branch information
snhenson committed Apr 7, 2012
1 parent b73a69a commit 4e891a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crypto/dh/dh_rfc5114.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static const BN_ULONG dh1024_160_g[] = {
0xA4D1CBD5C3FD3412ULL
};
static const BN_ULONG dh1024_160_q[] = {
0x0000000049462353ULL,0x8ABA4E7D64B7CB9DULL,0xF518AA8781A8DF27ULL
0x64B7CB9D49462353ULL,0x81A8DF278ABA4E7DULL,0x00000000F518AA87ULL
};

static const BN_ULONG dh2048_224_p[] = {
Expand Down Expand Up @@ -110,8 +110,8 @@ static const BN_ULONG dh2048_224_g[] = {
0x9DF30B5C8FFDAC50ULL,0xAC4032EF4F2D9AE3ULL
};
static const BN_ULONG dh2048_224_q[] = {
0x00000000B36371EBULL,0x4738CEBCBF389A99ULL,0x997177101F80535AULL,
0x801C0D34C58D93FEULL
0xBF389A99B36371EBULL,0x1F80535A4738CEBCULL,0xC58D93FE99717710ULL,
0x00000000801C0D34ULL
};

static const BN_ULONG dh2048_256_p[] = {
Expand Down

0 comments on commit 4e891a1

Please sign in to comment.