feat: TestRNG 클래스 추가 및 관련 테스트 케이스 작성

This commit is contained in:
2025-12-28 11:02:45 +00:00
parent dfad37536b
commit 50ef39be4e
3 changed files with 358 additions and 0 deletions
+1
View File
@@ -8,3 +8,4 @@ export * from './util/convertBytesLikeToUint8Array.js';
export * from './util/LiteHashDRBG.js';
export * from './util/RNG.js';
export * from './util/RandUtil.js';
export * from './util/TestRNG.js';