MCPcopy
hub / github.com/slopus/happy / deriveKey.appspec.ts

File deriveKey.appspec.ts

packages/happy-app/sources/encryption/deriveKey.appspec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from '@/dev/testRunner';
2import { deriveKey, deriveSecretKeyTreeRoot, deriveSecretKeyTreeChild } from './deriveKey';
3import { encodeUTF8 } from './text';
4import { encodeHex } from './hex';

Callers

nothing calls this directly

Calls 9

describeFunction · 0.90
encodeUTF8Function · 0.90
itFunction · 0.90
deriveSecretKeyTreeRootFunction · 0.90
expectFunction · 0.90
encodeHexFunction · 0.90
deriveSecretKeyTreeChildFunction · 0.90
deriveKeyFunction · 0.90
toEqualMethod · 0.80

Tested by

no test coverage detected