1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 09:33:50 +01:00

sys/crypto: fix missing documentation

This commit is contained in:
Alexandre Abadie 2022-01-03 09:52:28 +01:00
parent acd73529a5
commit c78a67422a
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -104,6 +104,7 @@ typedef struct cipher_interface_st {
uint8_t *plain_block);
} cipher_interface_t;
/** Pointer type to BlockCipher-Interface for the Cipher-Algorithms */
typedef const cipher_interface_t *cipher_id_t;
/**