Add ECDHConfig and types package

This commit is contained in:
qowevisa 2024-05-01 17:20:13 +03:00
parent 2faf7825e6
commit 2b767e0b3e

6
types/security.go Normal file
View File

@ -0,0 +1,6 @@
package types
type ECDHConfig struct {
UseDefaultBasepoint bool
CustomBasepoint []byte
}