Skip to content

Commit

Permalink
Merge pull request #10 from algorandfoundation/fix-removes-unnecessar…
Browse files Browse the repository at this point in the history
…y-keycontexts

fix: remove other KeyContexts
  • Loading branch information
HashMapsData2Value authored Oct 15, 2024
2 parents e48cf22 + 879753e commit f93a9f1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/x.hd.wallet.api.crypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ import { deriveChildNodePrivate } from './bip32-ed25519';
*/
export enum KeyContext {
Address = 0,
Identity = 1,
Cardano = 2,
TESTVECTOR_1 = 3,
TESTVECTOR_2 = 4,
TESTVECTOR_3 = 5
Identity = 1
}

export enum BIP32DerivationType {
Expand Down Expand Up @@ -341,4 +337,4 @@ export class XHDWalletAPI {

return crypto_generichash(32, new Uint8Array(concatenation))
}
}
}

0 comments on commit f93a9f1

Please sign in to comment.