https://github.com/mupq/pqm4
Raw File
Tip revision: 604ca2da84ebf8b068b5d54629fdc42649163c9d authored by Amin Abdulrahman on 13 October 2022, 15:57:26 UTC
Add reductions to iNTT in stack optimized code
Tip revision: 604ca2d
error.c
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0"
 *
 * Written by Nir Drucker, Shay Gueron and Dusan Kostic,
 * AWS Cryptographic Algorithms Group.
 *
 * Modification: 2021 Ming-Shing Chen, Tung Chou, and Markus Krausz
 *
 */

#include "error.h"

//__thread _bike_err_t bike_errno;
_bike_err_t bike_errno;
back to top