nrfxlib API
2.8.99
Loading...
Searching...
No Matches
ocrypto_secp160r1.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2016 - 2024 Nordic Semiconductor ASA
3
* Copyright (c) since 2013 Oberon microsystems AG
4
*
5
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
6
*/
7
8
9
10
#ifndef OCRYPTO_SECP160R1_H
11
#define OCRYPTO_SECP160R1_H
12
13
#include <stdint.h>
14
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
20
29
void
ocrypto_p160_scalar_mult
(uint8_t r[40],
const
uint8_t s[32]);
30
39
void
ocrypto_p160_scalar_mult_alt
(uint8_t r[40],
const
uint8_t s[32]);
40
41
42
#ifdef __cplusplus
43
}
44
#endif
45
46
#endif
ocrypto_p160_scalar_mult
void ocrypto_p160_scalar_mult(uint8_t r[40], const uint8_t s[32])
ocrypto_p160_scalar_mult_alt
void ocrypto_p160_scalar_mult_alt(uint8_t r[40], const uint8_t s[32])
crypto
nrf_oberon
include
ocrypto_secp160r1.h
Generated on Thu Nov 7 2024 16:00:37 for nrfxlib API by
1.12.0