Skip to content

Commit

Permalink
update appveyor removing 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
diego Dupin committed Jan 14, 2022
1 parent db15c15 commit 2f45584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ environment:
CMAKE_PARAM: 'Visual Studio 15 2017 Win64'
JAVA_HOME: C:\Program Files\Java\jdk1.8.0

- DB: '10.1.46'
- DB: '10.6.4'
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CMAKE_PARAM: 'Visual Studio 15 2017 Win64'
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static long load_4(byte[] in, int offset) {
*
* <p>The idea for the modulo $p$ reduction algorithm is as follows:
*
* <h2>Assumption:</h2>
* <p>Assumption:
*
* <ul>
* <li>$p = 2^{255} - 19$
Expand All @@ -56,7 +56,7 @@ static long load_4(byte[] in, int offset) {
*
* <p>Then $q = [2^{-255} * (h + 19 * 2^{-25} * h_9 + 1/2)]$ where $[x] = floor(x)$.
*
* <h2>Proof:</h2>
* <p>Proof:
*
* <p>We begin with some very raw estimation for the bounds of some expressions:
*
Expand Down

0 comments on commit 2f45584

Please sign in to comment.