lint 수정
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user