Skip to content

Commit

Permalink
+=
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemare authored and bytemare committed Mar 10, 2021
1 parent 0930f3e commit d500fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func DeserializeKE2(input []byte, nonceLength, pointLength, hashLen, skLength in
nonceS := input[offset : offset+nonceLength]
offset += nonceLength
epks := input[offset : offset+pointLength]
offset += efpointLength
offset += pointLength

einfo, length, err := internal.DecodeVector(input[offset:])
if err != nil {
Expand Down

0 comments on commit d500fac

Please sign in to comment.