-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat(sdk): EC-wrapped unit tests #1924
base: main
Are you sure you want to change the base?
Conversation
- Lets KAS use an elliptic key based mechanism for key (split) encapsulation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One optional suggestion to improve output/selection in IDEs that support table tests
|
||
for _, config := range testConfigs { | ||
inBuf := bytes.NewBufferString(plainText) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better style here is to name these and make them explicit subtests, e.g. using s.Run()
https://pkg.go.dev/github.com/stretchr/testify@v1.10.0/suite#Suite.Run
Proposed Changes
*Updated FakeKas to support ec-wrapped
Checklist
Testing Instructions