Function report |
Source Code:lib\crypto\curve25519-fiat32.c |
Create Date:2022-07-28 06:45:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fe_add_impl
Proto:static noinline void fe_add_impl(u32 out[10], const u32 in1[10], const u32 in2[10])
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
u32 | out | |
const u32 | in1 | |
const u32 | in2 |
Name | Describe |
---|---|
fe_add | h = f + g* Can overlap h with f or g. |
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 |