Skip to content

Commit 10a1be6

Browse files
committed
hybrid: lint
1 parent ba2b43b commit 10a1be6

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/hybrid.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,15 @@ import { p256, p384 } from '@noble/curves/nist';
8787
import { expand, extract } from '@noble/hashes/hkdf.js';
8888
import { sha256 } from '@noble/hashes/sha2.js';
8989
import { sha3_256, shake256 } from '@noble/hashes/sha3.js';
90-
import { abytes, ahash, anumber, isBytes, utf8ToBytes, type CHash, type CHashXOF } from '@noble/hashes/utils.js';
90+
import {
91+
abytes,
92+
ahash,
93+
anumber,
94+
isBytes,
95+
utf8ToBytes,
96+
type CHash,
97+
type CHashXOF,
98+
} from '@noble/hashes/utils.js';
9199
import { ml_kem1024, ml_kem768 } from './ml-kem.ts';
92100
import {
93101
cleanBytes,

0 commit comments

Comments
 (0)