Releases: ramity/iris
Releases · ramity/iris
v0.3.1
Windows line-ending hot fix 🙃
Installation and utilization
- Download release for your OS
- Unzip contents
- Execute compiled binary
Changelog
v0.3.0
Addition of test and update script functionality to release zips update 🎉
Installation and utilization
- Download release for your OS
- Unzip contents
- Execute compiled binary
Changelog
- Updated readme to match seed->seed_hash update for keygen
- Added shebangs to scripts
- Added test and update scripts to release zips
- Added version file to denote release tag
- Added ramity identity to releases via build script
- Fixed build zips including unneeded build dirs (/root/iris/build)
- Command execution now checks for trailing --help flag regardless the number of supplied args post keypair or identity command
- Fixed --help arg_value index
v0.2.0
Full code coverage and bug fix update 🎉
Installation and utilization
- Download release for your OS
- Unzip contents
- Execute compiled binary
Changelog
- Expanded readme (not included in zips), added ToC, added userstory + example usage
- Added test_release.sh script for ensuring compiled binary functionality on linux systems (not included in zips)
- Made updates to ECC.h/.cpp in preparation for master seed + fast derivation key update
- Removed newline characters from private and public keys for easier cat/copy pasting of keys into CLI
- Increased generation_difficulty/changed it to something less meme-y
- Fixed a disambiguation wherein the help menu was using the word parameter instead of argument
- Overhauled, functionalized, and fixed a seg fault with how CLI arguments are programmatically extracted, reducing the main.cpp file complexity
v0.1.0
Initial release 🎉
- Featuring Windows and Linux builds
Installation and utilization
- Download release for your OS
- Unzip contents
- Execute compiled binary
Commands
iris --help
iris keypair --help
iris keypair generate [args]
iris keypair delete [args]
iris keypair encrypt [args]
iris keypair decrypt [args]
iris keypair sign [args]
iris identity --help
iris identity add [args]
iris identity remove [args]
iris identity list [args]
iris identity verify [args]