Mbed TLS v3.6.3
 
Loading...
Searching...
No Matches
ecp_alt.h
Go to the documentation of this file.
1/* ecp_alt.h with dummy types for MBEDTLS_ECP_ALT */
2/*
3 * Copyright The Mbed TLS Contributors
4 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
5 */
6
7#ifndef ECP_ALT_H
8#define ECP_ALT_H
9
10typedef struct mbedtls_ecp_group {
17 const size_t pbits;
18 const size_t nbits;
19}
21
22#endif /* ecp_alt.h */
mbedtls_ecp_group_id
Definition ecp.h:102
The ECP group structure.
Definition ecp.h:233
size_t pbits
Definition ecp.h:245
mbedtls_ecp_group_id id
Definition ecp.h:234
mbedtls_mpi N
Definition ecp.h:244
mbedtls_ecp_point G
Definition ecp.h:243
mbedtls_mpi B
Definition ecp.h:241
mbedtls_mpi P
Definition ecp.h:235
size_t nbits
Definition ecp.h:246
mbedtls_mpi A
Definition ecp.h:236
The ECP point structure, in Jacobian coordinates.
Definition ecp.h:158
MPI structure.
Definition bignum.h:207