Browse Source

dont double generator for Ed448RistrettoPoint

master
Mike Hamburg 4 years ago
parent
commit
27ce4cf626
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      _aux/ristretto/ristretto.sage

+ 1
- 1
_aux/ristretto/ristretto.sage View File

@@ -682,7 +682,7 @@ class Ed448RistrettoPoint(RistrettoPoint):
@classmethod
def base(cls):
return 2*cls(
return cls(
224580040295924300187604334099896036246789641632564134246125461686950415467406032909029192869357953282578032075146446173674602635247710, 298819210078481492676017930443930673437544040154080242095928241372331506189835876003536878655418784733982303233503462500531545062832660
)


Loading…
Cancel
Save