1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +03:00

merged partial_multiply with regular_multiply function.

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@182 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich
2011-01-02 08:30:53 +00:00
parent 0d2e75b9c7
commit 8c18da4f1e
6 changed files with 73 additions and 118 deletions

View File

@ -428,8 +428,8 @@ static int BIGINT_test(BI_CTX *ctx)
{
int res = 1;
#ifndef REGISTER_8
#ifndef REGISTER_16
#ifndef CONFIG_INTEGER_8BIT
#ifndef CONFIG_INTEGER_16BIT
bigint *bi_data, *bi_exp, *bi_res;
const char *expnt, *plaintext, *mod;
uint8_t compare[MAX_KEY_BYTE_SIZE];