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
Cleaning Before the official release we need to clean up the three kernel functions (AES, Auth, Fibonacci)
The following things need to be cleaned up, tested and dokumented:
Bullets to do:
Documenting tracing. We want a new and clear documentation how the distributed tracing works. Independent of vHive.
Documenting CI integration
Create CI test:
Docker build, push
Certain input => should result in defined output.
One Dockerfile per function
One folder containing the protocol for the function. Create a make recipe to compile the protocol for python, nodejs and go.
One Readme per function with Update README #50
Table with features/status (Support for tracing, CI test, support for Knative, support for docker-compose, support for gem5.)
Clean the function code itself
Remove getgid (or optional)
Arguments for addr, port and zipkin
Functions should take arguments and respond correctly: I.e. AES-python: Invoke aes-python: Input: (Plaintext) xxxx => Response: Ciphertext: YYYY
Invoke aes-python: Input: (Plaintext) xxxx => Response: Ciphertext: YYYY
Update global Readme for all functions Update README #50
AES:
Fibonacci:
The text was updated successfully, but these errors were encountered:
dhschall
No branches or pull requests
Cleaning
Before the official release we need to clean up the three kernel functions (AES, Auth, Fibonacci)
The following things need to be cleaned up, tested and dokumented:
Bullets to do:
Documenting tracing. We want a new and clear documentation how the distributed tracing works. Independent of vHive.
Documenting CI integration
Create CI test:
Docker build, push
Certain input => should result in defined output.
One Dockerfile per function
One folder containing the protocol for the function. Create a make recipe to compile the protocol for python, nodejs and go.
One Readme per function with Update README #50
Table with features/status (Support for tracing, CI test, support for Knative, support for docker-compose, support for gem5.)
Clean the function code itself
Remove getgid (or optional)
Arguments for addr, port and zipkin
Functions should take arguments and respond correctly:
I.e. AES-python:
Invoke aes-python: Input: (Plaintext) xxxx => Response: Ciphertext: YYYY
Update global Readme for all functions Update README #50
AES:
Fibonacci:
AES:
The text was updated successfully, but these errors were encountered: