bits.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2024 TU Dresden
3  * Copyright (C) 2021 HAW Hamburg
4  *
5  * This file is subject to the terms and conditions of the GNU Lesser
6  * General Public License v2.1. See the file LICENSE in the top level
7  * directory for more details.
8  */
9 
22 #ifndef PSA_CRYPTO_PSA_KEY_BITS_H
23 #define PSA_CRYPTO_PSA_KEY_BITS_H
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
29 #include <stdint.h>
30 
34 typedef uint16_t psa_key_bits_t;
35 
36 #ifdef __cplusplus
37 }
38 #endif
39 
40 #endif /* PSA_CRYPTO_PSA_KEY_BITS_H */
uint16_t psa_key_bits_t
Public interfaces use size_t, but internally we use a smaller type.
Definition: bits.h:34