Skip to content

Commit

Permalink
Fix unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Jul 19, 2024
1 parent 1b4d44a commit 0157642
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Holo Key Manager is a browser extension for generating and managing Holochain ap

## Usage

test

A javascript client library is available at `@holo-host/holo-key-manager-js-client`. See client documentation [here](holo-key-manager-js-client/README.md)

## Architecture
Expand Down
6 changes: 0 additions & 6 deletions holo-key-manager-extension/src/lib/services/manage-keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ const deriveAndLock = (
return encodedBytes;
};

/**
* Generates keys using the provided passphrase and extension password.
* The 'minimum' setting for argon2id is used for the extensionPassword because it is already
* PBKDF2 hashed. This is acceptable since the additional argon2id hashing provides sufficient
* security for the derived keys.
*/
export async function generateKeys(
passphrase: string,
extensionPassword: string
Expand Down

0 comments on commit 0157642

Please sign in to comment.