asmcrypto / asmcrypto.js

JavaScript Cryptographic Library with performance in mind.
MIT License
659 stars 182 forks source link

RSASSA-PKCS1-v1_5 #115

Closed microshine closed 6 years ago

microshine commented 7 years ago

Implementation of RSASSA-PKCS1-v1_5

vibornoff commented 7 years ago

Could you please add some test vectors?

microshine commented 7 years ago

I've got working tests for webcrypto-liner which uses asmcrypto.js. I'm checking signed data with native Chrome results. https://github.com/PeculiarVentures/webcrypto-liner/blob/master/test/script/rsa.js#L156

I didn't write test for asmcrypto, because I don't know your tests structure well. I can write tests, but not quickly.