Function report |
Source Code:lib\crypto\curve25519-fiat32.c |
Create Date:2022-07-28 06:45:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fe_frombytes_impl
Proto:static __always_inline void fe_frombytes_impl(u32 h[10], const u8 *s)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
u32 | h | |
const u8 * | s |
33 | a0 = get_unaligned_le32(s) |
34 | a1 = get_unaligned_le32(s + 4) |
35 | a2 = get_unaligned_le32(s + 8) |
36 | a3 = get_unaligned_le32(s + 12) |
37 | a4 = get_unaligned_le32(s + 16) |
38 | a5 = get_unaligned_le32(s + 20) |
39 | a6 = get_unaligned_le32(s + 24) |
40 | a7 = get_unaligned_le32(s + 28) |
Name | Describe |
---|---|
fe_frombytes |
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 |