Skip to content

Commit 0a5b425

Browse files
committed
update CHANGELOG.md
1 parent 75769c5 commit 0a5b425

File tree

1 file changed

+36
-5
lines changed

1 file changed

+36
-5
lines changed

CHANGELOG.md

+36-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,40 @@
11

2+
<a name="v1.0.4"></a>
3+
## [v1.0.4](https://github.com/JJChiDguez/sibc/compare/v1.0.3...v1.0.4)
4+
5+
> 2022-08-05
6+
7+
### Docs
8+
9+
* update README.md
10+
11+
### Pull request
12+
13+
* optimize csidh
14+
15+
### Fix
16+
17+
* correct bounds concerning CSIDH-512 for wd1, wd2, and df; files modified sibc/data/exponents/mitm/128/df/e10 sibc/data/exponents/mitm/128/wd1/e10 sibc/data/exponents/mitm/128/wd2/e5
18+
19+
20+
<a name="v1.0.3"></a>
21+
## [v1.0.3](https://github.com/JJChiDguez/sibc/compare/v1.0.1...v1.0.3)
22+
23+
> 2021-11-09
24+
25+
### Docs
26+
27+
* small tweaks in the README.md and setup.py files
28+
* fix citation (now using and instead of commas)
29+
* updated setup.py description
30+
* updated CHANGELOG.md and TODOLIST.md
31+
32+
### Fix
33+
34+
* update bsidh-test to last public parameter representation
35+
* strategy plotting is working on macOS
36+
37+
238
<a name="v1.0.1"></a>
339
## [v1.0.1](https://github.com/JJChiDguez/sibc/compare/v0.0.1...v1.0.1)
440

@@ -45,11 +81,6 @@
4581
* now csidh allows any kind of prime name. FOR EXAMPLE, including a new prime named as p1024k74 is possible
4682
* bsidh handles FIRST strategy evaluation by using get_A() instead of xisog(). Best perfomance by using projective get_A()
4783

48-
### Pull Requests
49-
50-
* Merge pull request [#7](https://github.com/JJChiDguez/sibc/issues/7) from thomwiggers/patch-2
51-
* Merge pull request [#6](https://github.com/JJChiDguez/sibc/issues/6) from thomwiggers/patch-1
52-
5384

5485
<a name="v0.0.1"></a>
5586
## v0.0.1

0 commit comments

Comments
 (0)