made AES-128.set_key's argument const
This commit is contained in:
parent
06f7acfd5b
commit
db15647c2b
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ galois_mul2(uint8_t value)
|
|||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
static void
|
||||
set_key(uint8_t *key)
|
||||
set_key(const uint8_t *key)
|
||||
{
|
||||
uint8_t i;
|
||||
uint8_t j;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue