文件名称:defcon26-pow:快速defcon 26哪一个电源求解器
文件大小:93KB
文件格式:ZIP
更新时间:2024-06-08 01:37:59
ctf defcon proof-of-work defcon26 Rust
defcon26-pow 相同的证明,更少的工作。 krautstrike使用了这个pow求解器,而不是慢速的python脚本。 tu-berlin和已提供了pow-as-a-service部署。 确保使用cargo build --release构建发布二进制文件。 测验 $ cargo test 基准测试 $ cargo +nightly bench --features=nightly running 5 tests test tests::test_check_pow_invalid ... ignored test tests::test_check_pow_valid ... ignored test tests::test_pow_hash ... ignored test tests::bench_pow_hash ... bench: 411
【文件预览】:
defcon26-pow-master
----.gitignore(20B)
----README.md(806B)
----image.png(101KB)
----Cargo.toml(342B)
----LICENSE(1KB)
----src()
--------main.rs(3KB)
----contrib()
--------pow-as-a-service.py(1022B)
----Cargo.lock(8KB)
----archive()
--------README.md(60B)
--------pow.py(804B)