midonet / tssrp6a

This library is a dependency free TypeScript implementation of Secure Remote Password SRP6a.
MIT License
36 stars 8 forks source link

WIP hasher fn #66

Closed bgrosse-midokura closed 3 years ago

bgrosse-midokura commented 3 years ago

@jbis9051 some exploration, not sure if this is the right thing.

some tests still rely on CryptoJS' LibWordArray type and conversion, those must be cleaned out. Maybe a "cryptoJS" wrapper module would be right.

jbis9051 commented 3 years ago

I'm working on https://github.com/midonet/tssrp6a/pull/67 which will eventually remove all of CryptoJS while adding support for custom hash functions. I'd prefer to wait merging this, to see if we encounter any issues with 67.

bgrosse-midokura commented 3 years ago

allright let's see how WebCrypto works out

bgrosse-midokura commented 3 years ago

close in favor of #67 :partying_face: