package
1.6.0
Repository: https://github.com/cloudflare/circl.git
Documentation: pkg.go.dev

# Functions

CheckIsErr fails if err ==nil.
CheckNoErr fails if err !=nil.
CheckOk fails the test if result == false.
CheckPanic returns true if call to function 'f' caused panic.
ReportError reports an error if got is different from want.