Skip to content

pcholakov/jwt-tests-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Web Token performance tests – Rust

This project contains a trivial create/verify benchmarks for JWTs using the jsonwebtoken crate and several popular signing algorithms:

  • RS256
  • EdDSA
  • HS256

Note that HS256 uses a symmetric block cipher and has very different security tradeoffs than the other two options.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages