Skip to content

Commit 7271304

Browse files
committed
fix: restore server padding length debug statement from 1p
1 parent 1ee1a5a commit 7271304

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/srp/srpClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ slice (without padding to size of N)
248248
throw new Error("group is not set");
249249
}
250250
const nLen = bigIntToBytes(this.group.getN()).length;
251+
console.log(`Server padding length: ${nLen}`);
251252

252253
if (this.m !== null) {
253254
return this.m;

0 commit comments

Comments
 (0)