Skip to content

Commit

Permalink
remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Jan 4, 2024
1 parent bb849e5 commit ae941ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/lucia/src/crypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { scrypt } from "./scrypt/index.js";
import { alphabet, generateRandomString } from "oslo/random";

import type { PasswordHashingAlgorithm } from "oslo/password";
export type { PasswordHashingAlgorithm } from "oslo/password";

async function generateScryptKey(data: string, salt: string, blockSize = 16): Promise<ArrayBuffer> {
const encodedData = new TextEncoder().encode(data);
Expand Down

0 comments on commit ae941ec

Please sign in to comment.