Closed mathstuf closed 6 years ago
This builds on top of #33. The biggest differences:
ToKey
AsRef<[u8]>
encode_jwt
This builds on top of #33. The biggest differences:
ToKey
trait. Instead,AsRef<[u8]>
is preferred.encode_jwt
to avoid having to give an empty parameter all the time for the common case.