From ee4bfad8a369521e6c25d8cbe5da01e583a40746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D0=B5=D0=BB=D0=BE=D0=B2=20=D0=9D=D0=B8=D0=BA=D0=B8?= =?UTF-8?q?=D1=82=D0=B0=20=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B5=D0=B2=D0=B8?= =?UTF-8?q?=D1=87?= <nsbelov_1@edu.hse.ru> Date: Wed, 5 Feb 2025 17:49:17 +0000 Subject: [PATCH] Update libakrypt.h --- source/libakrypt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/libakrypt.h b/source/libakrypt.h index f9fe5f3..3131456 100644 --- a/source/libakrypt.h +++ b/source/libakrypt.h @@ -940,6 +940,8 @@ extern "C" { dll_export int ak_hash_create_oid( ak_hash, ak_oid ); /*! \brief Уничтожение контекста функции хеширования. */ dll_export int ak_hash_destroy( ak_hash ); + /*! \brief Уничтожение контекста функции бесключевого хеширования СТБ 34.101.31-2020. */ + dll_export int ak_belt_hash_destroy( ak_hash ); /* ----------------------------------------------------------------------------------------------- */ /*! \brief Функция возвращает размер вырабатываемого хеш-кода (в октетах). */ -- GitLab