Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
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
1e1429fe
Commit
1e1429fe
authored
Sep 18, 2020
by
Yuriy Polyakov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
documentation fix and changed version to 1.10.4
parent
d7d64c28
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
doc/palisade_manual.pdf
doc/palisade_manual.pdf
+0
-0
lbcrypto-doxy-config
lbcrypto-doxy-config
+1
-1
src/core/include/lattice/dcrtpoly.h
src/core/include/lattice/dcrtpoly.h
+1
-1
No files found.
CMakeLists.txt
View file @
1e1429fe
...
...
@@ -22,7 +22,7 @@ project (PALISADE C CXX)
set
(
PALISADE_VERSION_MAJOR 1
)
set
(
PALISADE_VERSION_MINOR 10
)
set
(
PALISADE_VERSION_PATCH
3
)
set
(
PALISADE_VERSION_PATCH
4
)
set
(
PALISADE_VERSION
${
PALISADE_VERSION_MAJOR
}
.
${
PALISADE_VERSION_MINOR
}
.
${
PALISADE_VERSION_PATCH
}
)
set
(
CMAKE_CXX_STANDARD 11
)
...
...
doc/palisade_manual.pdf
View file @
1e1429fe
No preview for this file type
lbcrypto-doxy-config
View file @
1e1429fe
...
...
@@ -38,7 +38,7 @@ PROJECT_NAME = "PALISADE Lattice Crypto Library"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = "v1.10.
3
"
PROJECT_NUMBER = "v1.10.
4
"
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
...
...
src/core/include/lattice/dcrtpoly.h
View file @
1e1429fe
...
...
@@ -745,7 +745,7 @@ class DCRTPolyImpl : public ILElement<DCRTPolyImpl<VecType>, VecType> {
* @brief Performs a multiplication operation and returns the result.
*
* @param &element is the element to multiply by.
* @return is the result of the
subtrac
tion.
* @return is the result of the
multiplica
tion.
*/
const
DCRTPolyType
&
operator
*=
(
const
Integer
&
element
);
...
...
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