Add ECDHConfig and types package
This commit is contained in:
parent
2faf7825e6
commit
2b767e0b3e
6
types/security.go
Normal file
6
types/security.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package types
|
||||
|
||||
type ECDHConfig struct {
|
||||
UseDefaultBasepoint bool
|
||||
CustomBasepoint []byte
|
||||
}
|
Loading…
Reference in New Issue
Block a user