RSA BSAFE Crypto-C

Cryptographic Components for C

Search

A_RSA_CRT_KEY Struct Reference

This structure holds an RSA CRT key.

#include <atypes.h>

typedef struct {
  ITEM modulus;
  ITEM prime[2];                             /* The prime factors */
  ITEM primeExponent[2];                     /* The exponents for prime factors */
  ITEM coefficient;                          /* The CRT coefficient */
} A_RSA_CRT_KEY;

Copyright (c) 1999-2005 RSA Security Inc. All rights reserved. 068-001001-6210-001-000 - 6.2.1