github.com/amazechain/amc@v0.1.3/common/crypto/bls/constants.go (about) 1 package bls 2 3 // DomainByteLength length of domain byte array. 4 const DomainByteLength = 4 5 6 // CurveOrder for the BLS12-381 curve. 7 const CurveOrder = "52435875175126190479447740508185965837690552500527637822603658699938581184513"