Format code.
This commit is contained in:
parent
6f4f6b8d1e
commit
d22f93e564
@ -61,8 +61,7 @@ void Blowfish_encipher(blf_ctx *, u_int32_t *, u_int32_t *);
|
|||||||
void Blowfish_decipher(blf_ctx *, u_int32_t *, u_int32_t *);
|
void Blowfish_decipher(blf_ctx *, u_int32_t *, u_int32_t *);
|
||||||
void Blowfish_initstate(blf_ctx *);
|
void Blowfish_initstate(blf_ctx *);
|
||||||
void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t);
|
void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t);
|
||||||
void Blowfish_expandstate
|
void Blowfish_expandstate(blf_ctx *, const u_int8_t *, u_int16_t, const u_int8_t *, u_int16_t);
|
||||||
(blf_ctx *, const u_int8_t *, u_int16_t, const u_int8_t *, u_int16_t);
|
|
||||||
|
|
||||||
/* Standard Blowfish */
|
/* Standard Blowfish */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user