Larry Joy

Results 3 issues of Larry Joy

``` // Node: const buffer = Buffer.from(base64url, 'base64url'); // works! ``` ``` // Buffer: const buffer = Buffer.from(base64url, 'base64url'); // TypeError: Unknown encoding: base64url ```

The caller passes in the desired keyLength which is expected as a bit count. The slice call that returns the derived bytes, keyLength, as bits instead of bytes, returns the...

Add SHL verifier portal