PRCYCoin  2.0.0.7rc1
P2P Digital Currency
field_5x52_asm_impl.h
Go to the documentation of this file.
1 /**********************************************************************
2  * Copyright (c) 2013 Pieter Wuille *
3  * Distributed under the MIT software license, see the accompanying *
4  * file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5  **********************************************************************/
6 
7 #ifndef _SECP256K1_FIELD_INNER5X52_IMPL_H_
8 #define _SECP256K1_FIELD_INNER5X52_IMPL_H_
9 
10 void __attribute__ ((sysv_abi)) secp256k1_fe_mul_inner(const uint64_t *a, const uint64_t *b, uint64_t *r);
11 void __attribute__ ((sysv_abi)) secp256k1_fe_sqr_inner(const uint64_t *a, uint64_t *r);
12 
13 #endif
b
void const uint64_t * b
Definition: field_5x52_asm_impl.h:10
__attribute__
void __attribute__((sysv_abi)) secp256k1_fe_mul_inner(const uint64_t *a
r
void const uint64_t uint64_t * r
Definition: field_5x52_asm_impl.h:10