nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
ec_helpers.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
17#pragma once
18
19#include <stdint.h>
20
29
37void decode_scalar_25519(uint8_t *k);
38
46void decode_scalar_448(uint8_t *k);
47
void decode_scalar_25519(uint8_t *k)
Decode a byte array containing a scalar in place.
void decode_u_coordinate_25519(uint8_t *u)
Decode a byte array containing a coordinate in place.
void decode_scalar_448(uint8_t *k)
Decode a byte array containing a scalar in place.