Closed elct9620 closed 3 months ago
According to the discussion, the encrypt didn't return the string (hex.EncodeToString()) and we chose another naming (Serializer) that is close to the actual behavior.
encrypt
hex.EncodeToString()
Serializer
According to the discussion, the
encrypt
didn't return the string (hex.EncodeToString()
) and we chose another naming (Serializer
) that is close to the actual behavior.