Skip to content

Commit

Permalink
crypto: Do not review me I am just a stats commit
Browse files Browse the repository at this point in the history
Hello I am stats gathering commit that is intended to go through
CI and get some numbers on how long it takes me to be cool
for others.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
  • Loading branch information
de-nordic committed Aug 22, 2023
1 parent dcec957 commit 427f2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/crypto/sha256/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ int hash_singlepart_sha256(void)
}

LOG_INF("Hashing successful!");
PRINT_HEX("SHA256 hash", m_hash, sizeof(m_hash));
PRINT_HEX("SHA256 shash", m_hash, sizeof(m_hash));

return APP_SUCCESS;
}
Expand Down

0 comments on commit 427f2ab

Please sign in to comment.