shithub: plan9front

ref: 0099db7b5b87adb72f1dfa69f893c41ab1c26d6e
dir: /sys/src/libauthsrv/ed448.mp/

View raw version
# Edwards Curve Ed448-Goldilocks

# x^2+y^2 = 1-39081x^2y^2
ed448_curve(p,a,d,x,y) {
	p = 2^448 - 2^224 - 1;
	a = 1;
	d = -39081;
	x = 117812161263436946737282484343310064665180535357016373416879082147939404277809514858788439644911793978499419995990477371552926308078495;
	y = 19;
}