Skip to content

Commit

Permalink
updated README and version (#140)
Browse files Browse the repository at this point in the history
* updated README and version

* updated release notes

* Update Release_Notes.md

Co-authored-by: Yuriy Polyakov <[email protected]>
  • Loading branch information
2 people authored and dsuponitskiy committed Jul 21, 2022
1 parent 65f7f56 commit 9224810
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ project (OpenFHE C CXX)

set(OPENFHE_VERSION_MAJOR 0)
set(OPENFHE_VERSION_MINOR 9)
set(OPENFHE_VERSION_PATCH 0)
set(OPENFHE_VERSION_PATCH 1)
set(OPENFHE_VERSION ${OPENFHE_VERSION_MAJOR}.${OPENFHE_VERSION_MINOR}.${OPENFHE_VERSION_PATCH})

set(CMAKE_CXX_STANDARD 17)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,7 @@ To cite OpenFHE in academic papers, please use the following BibTeX entry.
url = {https://eprint.iacr.org/2022/915}
}
```

## Acknowledgments ##

This work is supported in part by DARPA through HR0011-21-9-0003 and HR0011-20-9-0102. The views, opinions, and/or findings expressed are those of the author(s) and should not be interpreted as representing the official views or policies of the Department of Defense or the U.S. Government.
6 changes: 5 additions & 1 deletion docs/static_docs/Release_Notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
07/21/2022: OpenFHE 0.9.1 (development) is released

* Fixes a compilation error for NATIVE_SIZE=128 in MacOS
* Fixes small bugs

07/19/2022: OpenFHE 0.9.0 (development) is released

Includes all prior FHE functionality of PALISADE. Also adds the following new features:
Expand All @@ -8,4 +13,3 @@ Includes all prior FHE functionality of PALISADE. Also adds the following new fe
* Large-precision comparison and other algorithms proposed in https://eprint.iacr.org/2021/1337

**Note**: OpenFHE stems off of PALISADE. Refer to the following for [PALISADE release notes](https://gitlab.com/palisade/palisade-development/-/blob/master/Release_Notes.md)

0 comments on commit 9224810

Please sign in to comment.