Would it be possible to make the largeSafePrime param here updatable in cases where people want to use their own custom key generated by something like OpenSSL. I'd imagine the quickest fix would be making that const a let and making the input be exportable but thought I would bring this up.
Would it be possible to make the largeSafePrime param here updatable in cases where people want to use their own custom key generated by something like OpenSSL. I'd imagine the quickest fix would be making that
constaletand making theinputbe exportable but thought I would bring this up.