/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Modules/_hacl/lib_memzero0.h
6 строк
207 B
Bénédikt Tran
gh-131298: eliminate HACL* static libraries for cryptographic modules (GH-132438)
20 апр 2025, 20:40
Не верифицирован
20 апр 2025, 20:40
5f2ba15
Код
Авторство
О чём код?
#include <inttypes.h> #include "python_hacl_namespaces.h" void Lib_Memzero0_memzero0(void *dst, uint64_t len); #define Lib_Memzero0_memzero(dst, len, t, _ret_t) Lib_Memzero0_memzero0(dst, len * sizeof(t))