jpadilla / pyjwt

JSON Web Token implementation in Python
https://pyjwt.readthedocs.io
MIT License
5.1k stars 682 forks source link

Add coverage and improve performance of is_ssh_key #940

Closed bdraco closed 4 months ago

bdraco commented 8 months ago

After looking though cryptography's code, checking if the key starts with the 6 known types is enough here.

bdraco commented 6 months ago

No stale

bdraco commented 4 months ago

thanks