Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
188 changes: 4 additions & 184 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
"hotp".to_string(), derive::factors::hotp("123456")?),
]);
// 3. Derive the key using user inputs
let derived_key = derive::key(key.policy, factors, true, false)?;
let derived_key = derive::key(&key.policy, factors, true, false)?;

println!("Derived Key: {:?}", derived_key);

Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ check:
# Run the tests on your local OS
test:
@just header "Running main test suite"
cargo test --workspace --all-targets --all-features
cargo test --workspace --release --all-targets
@just header "Running doc tests"
cargo test --workspace --doc

Expand Down
2 changes: 1 addition & 1 deletion mfkdf2-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading