package
Version:
v1.0.5
Opens a new window with list of versions in this module.
Published: Nov 28, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BK struct {
X string `yaml:"x"`
Rank uint32 `yaml:"rank"`
}
type ECPoint struct {
X string `yaml:"x"`
Y string `yaml:"y"`
}
type PaillierKey struct {
P string `yaml:"p"`
Q string `yaml:"q"`
}
type PederssenOpenParameter struct {
}
type Pubkey struct {
X string `yaml:"x"`
Y string `yaml:"y"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.