tricrypt/types/security.go

7 lines
96 B
Go
Raw Permalink Normal View History

2024-05-01 16:20:13 +02:00
package types
type ECDHConfig struct {
UseDefaultBasepoint bool
CustomBasepoint []byte
}