core/vm, crypt/bls12381: fixed comments in bls (#21182)
* core/vm: crypto/bls12381: minor code comments * crypto/bls12381: fix comment
This commit is contained in:
committed by
GitHub
parent
9d93535674
commit
55f30db0ae
@ -904,7 +904,7 @@ func (c *bls12381MapG1) Run(input []byte) ([]byte, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// Encode the G1 point to 256 bytes
|
||||
// Encode the G1 point to 128 bytes
|
||||
return g.EncodePoint(r), nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user