Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
PALISADE
PALISADE Development
Commits
37dde5cc
Commit
37dde5cc
authored
Jan 22, 2018
by
Jerry Ryan
Browse files
fix for win/lin
parent
c285f5bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
benchmark/src/Crypto.cpp
benchmark/src/Crypto.cpp
+1
-1
No files found.
benchmark/src/Crypto.cpp
View file @
37dde5cc
...
...
@@ -90,7 +90,7 @@ BENCHMARK_PARMS(BM_keygen)
static
void
fillrandint
(
vector
<
int64_t
>&
vec
,
PlaintextModulus
mod
)
{
mod
/=
2
;
for
(
in
t
ii
=
0
;
ii
<
vec
.
size
();
ii
++
)
for
(
size_
t
ii
=
0
;
ii
<
vec
.
size
();
ii
++
)
vec
[
ii
]
=
rand
()
%
mod
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment