#testing #nist #statistical #standard #his

nistrs

该软件包实现了根据 NIST 标准的统计测试。

3 个版本

0.1.2 2022 年 12 月 18 日
0.1.1 2022 年 11 月 23 日
0.1.0 2022 年 11 月 23 日

#1602算法

每月 23 下载次数
guinistrs 中使用

MIT 许可证

4.5MB
133K SLoC

Rust codecov CodeFactor Average time to resolve an issue Percentage of issues still open

nistrs

本软件包根据 NIST 标准实现统计测试。

示例用法

use nistrs::prelude::*;

let data = BitsData::from_binary(vec!(0x23, 0x44));
let result = frequency_test(&data);
print!("Test passed: {}; P-value: {}", result.0, result.1);

依赖项

~9MB
~171K SLoC