nrfxlib API 2.7.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
17extern "C" {
18#endif
19
20
29void ocrypto_p160_scalar_mult(uint8_t r[40], const uint8_t s[32]);
30
39void 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
void ocrypto_p160_scalar_mult(uint8_t r[40], const uint8_t s[32])
void ocrypto_p160_scalar_mult_alt(uint8_t r[40], const uint8_t s[32])