Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
PALISADE Development
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
62
Issues
62
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PALISADE
PALISADE Development
Commits
74b07d51
Commit
74b07d51
authored
Apr 24, 2020
by
Yuriy Polyakov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated version number
parent
8fd7d88f
Pipeline
#139732422
canceled with stages
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
3 deletions
+9
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
README.md
README.md
+1
-1
Release_Notes.md
Release_Notes.md
+6
-0
doc/palisade_manual.pdf
doc/palisade_manual.pdf
+0
-0
lbcrypto-doxy-config
lbcrypto-doxy-config
+1
-1
No files found.
CMakeLists.txt
View file @
74b07d51
...
...
@@ -22,7 +22,7 @@ project (PALISADE C CXX)
set
(
PALISADE_VERSION_MAJOR 1
)
set
(
PALISADE_VERSION_MINOR 9
)
set
(
PALISADE_VERSION_PATCH
1
)
set
(
PALISADE_VERSION_PATCH
2
)
set
(
PALISADE_VERSION
${
PALISADE_VERSION_MAJOR
}
.
${
PALISADE_VERSION_MINOR
}
.
${
PALISADE_VERSION_PATCH
}
)
set
(
CMAKE_CXX_STANDARD 11
)
...
...
README.md
View file @
74b07d51
...
...
@@ -6,7 +6,7 @@ PALISADE is a general lattice cryptography library that currently includes effic
*
Brakerski/Fan-Vercauteren scheme (3 variants)
*
Brakerski-Gentry-Vaikuntanathan scheme
*
Cheon-Kim-Kim-Song scheme
*
FHEW (Ducas-Micciancio) scheme
*
Ducas-Micciancio (FHEW) and Chillotti-Gama-Georgieva-Izabachene (TFHE) schemes
*
Stehle-Steinfeld scheme
*
Proxy Re-Encryption for all HE schemes
*
Digital Signature
...
...
Release_Notes.md
View file @
74b07d51
04/24/2020: PALISADE v1.9.2 (stable) is released in the palisade-release repo
*
Includes all changes from development releases v1.8.0, v1.9.0, and v1.9.1
*
Fixes a bug in BFVrnsB
*
Fixes a bug with CSPRNG in some multi-threaded environments
03/03/2020: PALISADE v1.9.1 (development) is released
*
Fixes the performance issue with Ubuntu
...
...
doc/palisade_manual.pdf
View file @
74b07d51
No preview for this file type
lbcrypto-doxy-config
View file @
74b07d51
...
...
@@ -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.9.
1
"
PROJECT_NUMBER = "v1.9.
2
"
# 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
...
...
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