/***********************************************************************************
* FourQlib: a high-performance crypto library based on the elliptic curve FourQ
*
*    Copyright (c) Microsoft Corporation. All rights reserved.
*
* Abstract: constants for assembly implementation
************************************************************************************/ 

#include <stdint.h>


uint32_t ONEx8[8]     = {1,1,1,1,1,1,1,1};
uint32_t TWOx8[8]     = {2,2,2,2,2,2,2,2};
uint64_t PRIME1271[4] = {0xFFFFFFFFFFFFFFFF, 0x7FFFFFFFFFFFFFFF, 0xFFFFFFFFFFFFFFFF, 0x7FFFFFFFFFFFFFFF};

