LinusU / secure-remote-password

A modern SRP implementation for Node.js and Web Browsers
101 stars 22 forks source link

Pads #10

Closed Jcarlosjunior closed 6 years ago

Jcarlosjunior commented 6 years ago

Looking at the SRP specs there is a lot of Pad methods call during the protocol, but I can't see any Pad being applied at this library, and looking at other js libraries I can see the padding, is there any reason for this ?

Jcarlosjunior commented 6 years ago

Nevermind, just saw it was encapsulated at the SRPInteger class