[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-5479":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":15,"stars30d":16,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":17,"rankGlobal":9,"rankLanguage":9,"license":18,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":19,"topics":22,"createdAt":9,"pushedAt":9,"updatedAt":23,"readmeContent":24,"aiSummary":25,"trendingCount":15,"starSnapshotCount":15,"syncStatus":16,"lastSyncTime":26,"discoverSource":27},5479,"hashsigs-rs","QuipNetwork\u002Fhashsigs-rs","QuipNetwork","Hash-based post quantum signatures in Rust",null,"Rust",11262,42,14,3,0,2,39.9,"GNU Affero General Public License v3.0",false,"main",true,[],"2026-06-12 02:01:10","# hashsigs-rs\n\nA Rust implementation of WOTS+ (Winternitz One-Time Signature) scheme, with Solana program support.\n\n## Building\n\nTo build the library:\n\n```bash\ncargo build\n```\n\nFor release build:\n\n```bash\ncargo build --release\n```\n\nTo build the Solana program:\n\n```bash\ncd solana\ncargo build-sbf\n```\n\n## Testing\n\nRun all tests:\n\n```bash\ncargo test\n```\n\nRun specific test vectors:\n\n```bash\ncargo test test_wotsplus_keccak256_vectors\n```\n\nRun Solana program tests:\n\n```bash\ncd solana\ncargo test-sbf\n```\n\nFor test output and backtrace:\n\n```\nRUST_BACKTRACE=1 cargo test-sbf -- --nocapture 2>&1\n```\n\nShow compute units only:\n\n```\nRUST_BACKTRACE=1 cargo test-sbf -- --nocapture 2>&1 | grep \"compute units:\"\n```\n\n## Development Requirements\n\n- Rust 1.70 or later\n- Solana CLI tools (for Solana program development): https:\u002F\u002Fsolana.com\u002Fdocs\u002Fintro\u002Finstallation\n\nNOTE: if on Mac, do not use brew to install rust and instead use https:\u002F\u002Fwww.rust-lang.org\u002Ftools\u002Finstall\n\n## Project Structure\n\n```\n.\n├── src\u002F           # Core WOTS+ implementation\n├── solana\u002F        # Solana program implementation\n└── tests\u002F         # Test vectors and unit tests\n```\n\n## License\n\nAGPL-3.0, see COPYING\n","该项目是一个用Rust语言实现的基于哈希的后量子签名方案，特别支持WOTS+（Winternitz一次性签名）算法，并且兼容Solana程序开发。其核心功能在于提供了一种安全高效的数字签名机制，能够抵御量子计算机攻击，同时通过Rust的高效性能和内存安全性保障了系统的稳定运行。项目还提供了详细的构建、测试指导以及针对Solana区块链环境的支持，使得开发者可以轻松地将其集成到需要高安全级别的应用场景中，如金融交易验证、数据完整性保护等。","2026-06-11 03:03:32","top_language"]