File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ This implementation is for reference only. It **MUST NOT** be used in production
1919#### Development branch: [ master] ( https://github.com/armfazh/h2c-go-ref/tree/master )
2020
2121#### Draft versions implemented:
22- - [ v06] ( https://github.com/armfazh/h2c-go-ref/tree/v6.0.0 ) (latest)
22+ - [ v07] ( https://github.com/armfazh/h2c-go-ref/tree/v7.0.0 ) (latest)
23+ - [ v06] ( https://github.com/armfazh/h2c-go-ref/tree/v6.0.0 )
2324 - [ v05] ( https://github.com/armfazh/h2c-go-ref/tree/v5.0.0 )
2425
2526#### Compatible Implementations
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ func TestSVDW(t *testing.T) {
4848 E , _ , _ := id .New ()
4949 F := E .Field ()
5050 n := F .Order ().Int64 ()
51- m := mapping .NewElligator2 (E )
51+ m := mapping .NewSVDW (E )
5252 for i := int64 (0 ); i < n ; i ++ {
5353 u := F .Elt (i )
5454 P := m .Map (u )
You can’t perform that action at this time.
0 commit comments