| 1 | import { describe, it, expect } from '@/dev/testRunner'; |
| 2 | import { deriveKey, deriveSecretKeyTreeRoot, deriveSecretKeyTreeChild } from './deriveKey'; |
| 3 | import { encodeUTF8 } from './text'; |
| 4 | import { encodeHex } from './hex'; |
nothing calls this directly
no test coverage detected