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:
@ -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];
|
||||
|
Reference in New Issue
Block a user