Keats / jsonwebtoken

JWT lib in rust
MIT License
1.69k stars 271 forks source link

Derive Hash for Header and Algorithm #137

Closed giarc3 closed 4 years ago

giarc3 commented 4 years ago

As discussed in #136, this will allow Header to be hashed. This also requires Algorithm to be hashable.