Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
KeitoTobi1 committed Dec 26, 2024
1 parent 6754a6c commit 118eed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/crypto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ fn main() {
secret := 'your-256-bit-secret'
token := make_token(secret)
ok := auth_verify(secret, token)
dt := sw.elapsed().microseconds()
pl := parse_payload(token)!
dt := sw.elapsed().microseconds()
println('token: ${token}')
println('auth_verify(secret, token): ${ok}')
println('parse_payload(token): ${pl}')
Expand Down

0 comments on commit 118eed3

Please sign in to comment.