Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.4.2 to 5.11.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.4.2...v5.11.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
372 B
Go
Generated
12 lines
372 B
Go
Generated
//go:build !amd64 || purego
|
|
// +build !amd64 purego
|
|
|
|
package x448
|
|
|
|
import fp "github.com/cloudflare/circl/math/fp448"
|
|
|
|
func double(x, z *fp.Elt) { doubleGeneric(x, z) }
|
|
func diffAdd(w *[5]fp.Elt, b uint) { diffAddGeneric(w, b) }
|
|
func ladderStep(w *[5]fp.Elt, b uint) { ladderStepGeneric(w, b) }
|
|
func mulA24(z, x *fp.Elt) { mulA24Generic(z, x) }
|