Skip to content

Commit

Permalink
spelling: specialize
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref authored and armfazh committed Sep 6, 2023
1 parent f22959e commit b4d5ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abe/cpabe/tkn20/internal/tkn/tk.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ func (hdr *ciphertextHeader) marshalBinary() ([]byte, error) {
ret = appendLenPrefixed(ret, c1Bytes)

// Now we need to indicate how long c2, c3, c3neg are.
// Each array will be the same size (or nil), so with more work we can specalize
// Each array will be the same size (or nil), so with more work we can specialize
// but for now we will ignore that.

c2Len := len(hdr.c2)
Expand Down

0 comments on commit b4d5ea8

Please sign in to comment.