mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
shorter comment
This commit is contained in:
parent
2f98aee459
commit
c83cdbb79a
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ func (g *G2) Unmarshal(buf []byte) (int, error) {
|
|||
//
|
||||
// The output is in EVM format: 128 bytes total.
|
||||
// [32-byte x.real][32-byte x.imag][32-byte y.real][32-byte y.imag]
|
||||
// where each value is a big-endian integer padded to 32 bytes.
|
||||
// where each value is a big-endian integer.
|
||||
func (g *G2) Marshal() []byte {
|
||||
output := make([]byte, 128)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue