lint 수정

This commit is contained in:
2023-08-06 14:39:53 +00:00
parent 4b6d48850e
commit ce1749e090
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ export class LiteHashDRBG implements RNG {
if (nextBlockWait) {
nextBlockWait();
}
return nextBlock!;
return nextBlock as Uint8Array;
}
public async nextBits(bits: number, baseBytes?: number): Promise<Uint8Array> {