- SM4_decrypt
void SM4_decrypt(const(core.stdc.stdint.uint8_t)* in_, core.stdc.stdint.uint8_t* out_, const(.SM4_KEY)* ks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SM4_encrypt
void SM4_encrypt(const(core.stdc.stdint.uint8_t)* in_, core.stdc.stdint.uint8_t* out_, const(.SM4_KEY)* ks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SM4_set_key
int SM4_set_key(const(core.stdc.stdint.uint8_t)* key, .SM4_KEY* ks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.