# Functions
CalculateTestInstructionAndTestInstructionContainerAndUsersMessageHashes Calculates the hashes for the test instructions, test instruction containers, and allowed users in the given message.
ConvertGrpcTimeStampToStringForDB Convert a gRPC-timestamp into a string that can be used to store in the database.
GenerateDatetimeFromTimeInputForDB Generate DataBaseTimeStamp, eg '2022-02-08 17:35:04.000000'.
GenerateDatetimeTimeStampForDB Generate DataBaseTimeStamp, eg '2022-02-08 17:35:04.000000'.
GenerateNewPrivateKeyAsBase64String Generates a new Private key which can be used when setting up a new private-public key par.
GeneratePublicKeyAsBase64StringFromPrivateKey Generate the Public Key from the Private Key.
GeneratePublicKeyAsBase64StringFromPrivateKeyInput Generate the Public Key from the Private Key as the input parameter.
GenerateStandardFromGrpcBuilderMessageForTestInstructionsAndUsers Generate the original message structure from Builder gRPC-version.
GenerateStandardFromGrpcWorkerMessageForTestInstructionsAndUsers Generate the original message structure from Worker gRPC-version.
GenerateTestInstructionAndTestInstructionContainerAndUserGrpcBuilderMessage Generates the gRPC message to be sent to Builder for Supported TestInstructions, TestInstructionContainers and Allowed Users.
GenerateTestInstructionAndTestInstructionContainerAndUserGrpcWorkerMessage Generates the gRPC message to be sent to Worker for Supported TestInstructions, TestInstructionContainers and Allowed Users.
GetHighestExecutionBuilderProtoFileVersion Get the highest GetHighestExecutionBuilderProtoFileVersion for TestCase Builder Server.
GetHighestExecutionWorkerProtoFileVersion Get the highest GetHighestExecutionWorkerProtoFileVersion for Execution Worker.
MustGetenv is a helper function for getting environment variables.
No description provided by the author
SignMessageUsingSchnorrSignature Signs a Message.
VerifySchnorrSignature Verifies a Schnorr signature.
VerifyTestInstructionAndTestInstructionContainerAndUsersMessageHashesAndDomain Verifies the hashes for the test instructions, test instruction containers, and allowed users in the given gRPC-message and compare to calculates Hashes.
# Constants
No description provided by the author
# Variables
AllowedUsers, which are loaded from a json-file.
RelativePathToAllowedUsersList Relative path us json file with allowed users for this connector.