Nano cryptocurrency C library with P2PoW/DPoW support
1.0.0
f_add_bn_288_le.h
Go to the documentation of this file.
1
/*
2
AUTHOR: Fábio Pereira da Silva
3
YEAR: 2019-20
4
LICENSE: MIT
5
EMAIL: fabioegel@gmail.com or fabioegel@protonmail.com
6
*/
7
8
#include <stdint.h>
9
19
typedef
uint8_t
F_ADD_288
[36];
20
21
22
#ifndef F_DOC_SKIP
23
33
void
f_add_bn_288_le(
F_ADD_288
,
F_ADD_288
,
F_ADD_288
,
int
*,
int
);
34
void
f_sl_elv_add_le(
F_ADD_288
,
int
);
35
36
#endif
37
F_ADD_288
uint8_t F_ADD_288[36]
288 bit big number
Definition:
f_add_bn_288_le.h:19
include
f_add_bn_288_le.h
Generated by
1.8.13