prunning on ctaocrypt files

This commit is contained in:
Jacob Barthelmeh
2015-01-06 22:23:20 -07:00
parent 4872ec52f9
commit 95aad35e41
51 changed files with 245 additions and 23842 deletions

View File

@@ -89,28 +89,6 @@ int wc_RsaEncryptSize(RsaKey* key)
}
int wc_RsaPrivateKeyDecode(const byte* input, word32* inOutIdx, RsaKey* key,
word32 sz)
{
return RsaPrivateKeyDecode(input, inOutIdx, key, sz);
}
int wc_RsaPublicKeyDecode(const byte* input, word32* inOutIdx, RsaKey* key,
word32 sz)
{
return RsaPublicKeyDecode(input, inOutIdx, key, sz);
}
int wc_RsaPublicKeyDecodeRaw(const byte* n, word32 nSz, const byte* e,
word32 eSz, RsaKey* key)
{
return RsaPublicKeyDecodeRaw(n, nSz, e, eSz, key);
}
int wc_RsaFlattenPublicKey(RsaKey* key, byte* a, word32* aSz, byte* b,
word32* bSz)
{