Function report |
Source Code:include\crypto\blake2s.h |
Create Date:2022-07-28 06:44:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:blake2s_init_param
Proto:static inline void blake2s_init_param(struct blake2s_state *state, const u32 param)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct blake2s_state * | state | |
const u32 | param |
52 | * state = (struct blake2s_state){{BLAKE2S_IV0 ^ param, BLAKE2S_IV1, BLAKE2S_IV2, BLAKE2S_IV3, BLAKE2S_IV4, BLAKE2S_IV5, BLAKE2S_IV6, BLAKE2S_IV7, }} |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |