mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 13:56:42 +01:00
Fixed gcm.c formatting (removed redundant spaces)
This commit is contained in:
parent
bda7cb76fa
commit
169b7f4a13
1 changed files with 80 additions and 81 deletions
|
|
@ -99,7 +99,6 @@ static void gcm_gen_table( gcm_context *ctx )
|
||||||
HiL[j] = vl ^ ctx->HL[j];
|
HiL[j] = vl ^ ctx->HL[j];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int gcm_init( gcm_context *ctx, const unsigned char *key, unsigned int keysize )
|
int gcm_init( gcm_context *ctx, const unsigned char *key, unsigned int keysize )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue