Intel HEXL
Intel Homomorphic Encryption Acceleration Library, accelerating the modular arithmetic operations used in homomorphic encryption.
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
e
g
i
l
m
n
p
r
s
+
Functions
a
b
c
e
g
i
l
m
n
p
r
s
Variables
Typedefs
Enumerations
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
g
m
n
o
s
v
~
+
Functions
a
b
c
d
g
m
n
o
~
Variables
Typedefs
Related Functions
+
Files
File List
+
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
hexl
include
hexl
eltwise
eltwise-cmp-sub-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
#include "
hexl/util/util.hpp
"
9
10
namespace
intel
{
11
namespace
hexl {
12
23
void
EltwiseCmpSubMod
(uint64_t* result,
const
uint64_t* operand1, uint64_t n,
24
uint64_t modulus,
CMPINT
cmp, uint64_t bound,
25
uint64_t diff);
26
27
}
// namespace hexl
28
}
// namespace intel
intel::hexl::CMPINT
CMPINT
Represents binary operations between two boolean values.
Definition:
util.hpp:16
intel
Definition:
eltwise-add-mod.hpp:8
util.hpp
intel::hexl::EltwiseCmpSubMod
void EltwiseCmpSubMod(uint64_t *result, const uint64_t *operand1, uint64_t n, uint64_t modulus, CMPINT cmp, uint64_t bound, uint64_t diff)
Computes element-wise conditional modular subtraction.
Generated by
1.8.13