Skip to content
New issue

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

Add hash functions as utils #11

Open
8 of 9 tasks
kpcyrd opened this issue Mar 17, 2018 · 0 comments
Open
8 of 9 tasks

Add hash functions as utils #11

kpcyrd opened this issue Mar 17, 2018 · 0 comments
Labels
runtime Related to the badtouch lua runtime

Comments

@kpcyrd
Copy link
Owner

kpcyrd commented Mar 17, 2018

There might be a need to have hash functions in the runtime to implement authentication. The following things should be supported:

  • md5
  • sha1
  • sha2-256
  • sha2-512
  • sha3-256
  • sha3-512
  • hmac

Those functions should return a binary digest, in addition there should be two encoding functions:

  • hex/unhex
  • base64/unbase64
@kpcyrd kpcyrd added the runtime Related to the badtouch lua runtime label Mar 17, 2018
This was referenced Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
runtime Related to the badtouch lua runtime
Projects
None yet
Development

No branches or pull requests

1 participant