mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
sys/crypto: fix missing documentation
This commit is contained in:
parent
acd73529a5
commit
c78a67422a
@ -104,6 +104,7 @@ typedef struct cipher_interface_st {
|
|||||||
uint8_t *plain_block);
|
uint8_t *plain_block);
|
||||||
} cipher_interface_t;
|
} cipher_interface_t;
|
||||||
|
|
||||||
|
/** Pointer type to BlockCipher-Interface for the Cipher-Algorithms */
|
||||||
typedef const cipher_interface_t *cipher_id_t;
|
typedef const cipher_interface_t *cipher_id_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user