Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfinity/orbit
/ crypto.utils.spec.ts
File
crypto.utils.spec.ts
apps/wallet/src/utils/crypto.utils.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
'vitest'
;
2
import
{ arrayBufferToHashHex, arrayBufferToHex, hexStringToArrayBuffer } from
'./crypto.utils'
;
3
4
describe(
'arrayBufferToHex'
, () => {
Callers
nothing calls this directly
Calls
3
arrayBufferToHex
Function · 0.90
arrayBufferToHashHex
Function · 0.90
hexStringToArrayBuffer
Function · 0.90
Tested by
no test coverage detected