# Functions
CompilePlugin compiles the given plugin and stores it in a temporary folder.
CreateValidatorJSON formats a PKI and steps rules into a valid JSON configuration.
UnmarshalPKI unmarshals a JSON-formatted PKI.
UnmarshalStepsRules unmarshals JSON-formatted steps validation rules.
# Constants
These are the test key pairs of Alice and Bob.
These are the test key pairs of Alice and Bob.
These are the test key pairs of Alice and Bob.
AuctionJSONStepsRules is a set of steps validation rules for the auction process.
These are the test key pairs of Alice and Bob.
These are the test key pairs of Alice and Bob.
These are the test key pairs of Alice and Bob.
These are the test key pairs of Alice and Bob.
These are the test key pairs of Alice and Bob.
These are the test key pairs of Alice and Bob.
ChatJSONStepsRules is a set of steps validation rules for the chat process.
# Variables
AuctionJSONPKI is a sample PKI for the auction process.
Sample test validation rules exported by this package.
ChatJSONPKI is a sample PKI for the chat process.
Sample test validation rules exported by this package.
Plugin containing an invalid Validate func (signature doesn't match).
Plugin missing the required Validate func.
Plugin that returns a validation failure.
Plugin that returns a validation success.
Sample test validation rules exported by this package.