mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
fix typo in urcrypt.h
This commit is contained in:
parent
7268fdc594
commit
88f9aea7c4
@ -107,7 +107,7 @@ int urcrypt_aes_sivb_en(uint8_t *message,
|
||||
size_t message_length,
|
||||
urcrypt_aes_siv_data *data,
|
||||
size_t data_length,
|
||||
uint8_t key[32],
|
||||
uint8_t key[48],
|
||||
uint8_t iv[16],
|
||||
uint8_t *out);
|
||||
int urcrypt_aes_sivb_de(uint8_t *message,
|
||||
|
Loading…
Reference in New Issue
Block a user