Skip to content

Commit

Permalink
Add -S parameter to output only generated key
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorpazos committed Mar 13, 2021
1 parent ba7f1cf commit 285ee78
Show file tree
Hide file tree
Showing 5 changed files with 916 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2021-03-13

### Added

- `-S` parameter to output only the derived key in hexadecimal.

### Changed

- Output refactored to differentiate more clearly what information are inputs and which ones are outputs.

## [0.1.0] - 2021-03-08

### Added
Expand Down
Loading

0 comments on commit 285ee78

Please sign in to comment.