Skip to content

Commit

Permalink
add doc string to file header
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Jan 31, 2024
1 parent 52d52f3 commit 2d5d7dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ts-lib/src/encryption/base58.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* This Key Manager is based on the cryptography package provided by
* @nearfoundation/near-js-encryption-box
* It relies on base58 encoding and requires a nonce to decrypt the key!
*/

import { HDNodeWallet } from "ethers";
import { KeyContract } from "../keyContract";
import { EthKeyManager } from "./interface";
Expand Down

0 comments on commit 2d5d7dc

Please sign in to comment.