Skip to content

Commit

Permalink
Reverted #166
Browse files Browse the repository at this point in the history
  • Loading branch information
Suvink committed Dec 13, 2021
1 parent b6e98c6 commit 1cfc8f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/utils/crypto-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/

import base64url from "base64url";
import WordArray from "crypto-js/lib-typedarrays";
import sha256 from "fast-sha256";
// Importing from node_modules since rollup doesn't support export attribute of `package.json` yet.
import randombytes from "randombytes";
Expand All @@ -32,7 +31,6 @@ export class CryptoUtils {
/**
* Get URL encoded string.
*
* @param {CryptoJS.WordArray} value.
* @returns {string} base 64 url encoded value.
*/
public static base64URLEncode(value: Buffer | string): string {
Expand Down

0 comments on commit 1cfc8f0

Please sign in to comment.