web-auth / cose-lib

Cose Key and Algorithms support
MIT License
17 stars 6 forks source link

Update test and codebase for signature verification and improvements #84

Closed Spomky closed 3 months ago

Spomky commented 3 months ago

The patch introduces signature verification to test cases with RSA, ECDSA and EdDSA algorithms. It also refactors code by replacing 'mb_strlen', 'mb_substr' with 'strlen', 'substr' for better performance. Minor changes include renaming variables for better clarity and consistency. Several pieces of code have been modified to use more efficient methods, and some unused portions have been removed. Commit also includes a fix for configuration issue in 'deptrac.yaml'.

Target branch: Resolves issue #