We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lcrypt.hash
lcrypt.key
sbizna ~$ lua -llcrypt Lua 5.2.3 Copyright (C) 1994-2013 Lua.org, PUC-Rio > = lcrypt.key nil > = lcrypt.hash nil
As a result, test.lua does not run:
sbizna ~$ lua /tmp/test.lua lua: /tmp/test.lua:5: attempt to call field 'key' (a nil value) stack traceback: /tmp/test.lua:5: in main chunk [C]: in ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a result, test.lua does not run:
The text was updated successfully, but these errors were encountered: