blob: 91066570a17c676e46bd01306fc730a096016df1 [file] [log] [blame]
/*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
*/
/* Fixed Data in ROM - Field and Curve parameters */
package HIFIVE
// Base Bits= 60
var Modulus = [...]Chunk{0xFFFFFFFFFFFFFFD, 0xFFFFFFFFFFFFFFF, 0xFFFFFFFFFFFFFFF, 0xFFFFFFFFFFFFFFF, 0xFFFFFFFFFFFFFFF, 0xFFFFFFFFF}
var R2modp = [...]Chunk{0x9000000000000, 0x0, 0x0, 0x0, 0x0, 0x0}
const MConst Chunk = 0x3
const CURVE_Cof_I int = 8
var CURVE_Cof = [...]Chunk{0x8, 0x0, 0x0, 0x0, 0x0, 0x0}
const CURVE_A int = 1
const CURVE_B_I int = 11111
var CURVE_B = [...]Chunk{0x2B67, 0x0, 0x0, 0x0, 0x0, 0x0}
var CURVE_Order = [...]Chunk{0xB2F95973E9FA805, 0xC0BD6B87F93BAA7, 0x71415FA9850, 0x0, 0x0, 0x200000000}
var CURVE_Gx = [...]Chunk{0xC, 0x0, 0x0, 0x0, 0x0, 0x0}
var CURVE_Gy = [...]Chunk{0x2BEC68505FE8632, 0x5D5650CA0365DB1, 0x3811C7EF435B6DB, 0x7853D1B14B46C, 0x56502E18E1C161D, 0xC0DC616B}