MCPcopy 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

1import { describe, expect, it } from 'vitest';
2import { arrayBufferToHashHex, arrayBufferToHex, hexStringToArrayBuffer } from './crypto.utils';
3
4describe('arrayBufferToHex', () => {

Callers

nothing calls this directly

Calls 3

arrayBufferToHexFunction · 0.90
arrayBufferToHashHexFunction · 0.90
hexStringToArrayBufferFunction · 0.90

Tested by

no test coverage detected