github.com/dusk-network/dusk-crypto@v0.1.3/rangeproof/const.go (about) 1 package rangeproof 2 3 // H is The other basepoint for use in Pedersen Commitments 4 // H = G.HashToEC(), where G is the basepoint 5 var H = [32]byte{0x8b, 0x65, 0x59, 0x70, 0x15, 0x37, 0x99, 0xaf, 0x2a, 0xea, 0xdc, 0x9f, 0xf1, 0xad, 0xd0, 0xea, 0x6c, 0x72, 0x51, 0xd5, 0x41, 0x54, 0xcf, 0xa9, 0x2c, 0x17, 0x3a, 0x0d, 0xd3, 0x9c, 0x1f, 0x94}