Intel HEXL
Intel Homomorphic Encryption Acceleration Library, accelerating the modular arithmetic operations used in homomorphic encryption.
intel-hexl
include
intel-hexl
eltwise
eltwise-add-mod.hpp
Go to the documentation of this file.
1
// Copyright (C) 2020-2021 Intel Corporation
2
// SPDX-License-Identifier: Apache-2.0
3
4
#pragma once
5
6
#include <stdint.h>
7
8
namespace
intel
{
9
namespace
hexl {
10
22
void
EltwiseAddMod
(uint64_t* result,
const
uint64_t* operand1,
23
const
uint64_t* operand2, uint64_t n, uint64_t modulus);
24
25
}
// namespace hexl
26
}
// namespace intel
intel
Definition:
eltwise-add-mod.hpp:8
intel::hexl::EltwiseAddMod
void EltwiseAddMod(uint64_t *result, const uint64_t *operand1, const uint64_t *operand2, uint64_t n, uint64_t modulus)
Adds two vectors elementwise with modular reduction.
Generated by
1.8.17