File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
curve25519-dalek/src/backend/serial/u64 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -187,28 +187,28 @@ pub const ED25519_BASEPOINT_POINT: EdwardsPoint = EdwardsPoint {
187187
188188/// The Ed25519 basepoint, mul by 2^128, as an `EdwardsPoint`.
189189pub const ED25519_BASEPOINT_128_POINT : EdwardsPoint = EdwardsPoint {
190- X : FieldElement51 ( [
190+ X : FieldElement51 :: from_limbs ( [
191191 1573694877509226 ,
192192 2118644427590872 ,
193193 940662180141619 ,
194194 707110682864191 ,
195195 1255997186674731 ,
196196 ] ) ,
197- Y : FieldElement51 ( [
197+ Y : FieldElement51 :: from_limbs ( [
198198 1162474291335259 ,
199199 820106152083656 ,
200200 523232807607258 ,
201201 2134608004007539 ,
202202 729879497843472 ,
203203 ] ) ,
204- Z : FieldElement51 ( [
204+ Z : FieldElement51 :: from_limbs ( [
205205 445134475408207 ,
206206 1820906444767788 ,
207207 40212681131971 ,
208208 1448661247201044 ,
209209 965705781338211 ,
210210 ] ) ,
211- T : FieldElement51 ( [
211+ T : FieldElement51 :: from_limbs ( [
212212 1855274855831337 ,
213213 1818119365171423 ,
214214 269991889323070 ,
You can’t perform that action at this time.
0 commit comments