Skip to content

Commit

Permalink
add code comment
Browse files Browse the repository at this point in the history
Signed-off-by: Kaoutar <[email protected]>
  • Loading branch information
KElkhiyaoui committed Jul 5, 2024
1 parent 3a53009 commit 786a94d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions token/core/zkatdlog/crypto/common/array.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func (a *G1Array) Bytes() ([]byte, error) {
st := hex.EncodeToString(e.Bytes())
raw[i] = []byte(st)
}
// join the serialization of the group elements with the predefined separator.
return bytes.Join(raw, []byte(Separator)), nil
}

Expand Down

0 comments on commit 786a94d

Please sign in to comment.