iancoleman/shamir

Custom padLength

Opened this issue · 0 comments

The amount of padding should be able to be set by the user.

Currently it's hardcoded to 1024. See

var minPad = 1024; // see https://github.com/amper5and/secrets.js#note-on-security

Also see https://github.com/amper5and/secrets.js#note-on-security