config

package
v1.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BK

type BK struct {
	X    string `yaml:"x"`
	Rank uint32 `yaml:"rank"`
}

type ECPoint added in v1.0.3

type ECPoint struct {
	X string `yaml:"x"`
	Y string `yaml:"y"`
}

type PaillierKey added in v1.0.3

type PaillierKey struct {
	P string `yaml:"p"`
	Q string `yaml:"q"`
}

type PederssenOpenParameter added in v1.0.3

type PederssenOpenParameter struct {
	N string `yaml:"n"`
	S string `yaml:"s"`
	T string `yaml:"t"`
}

type Pubkey

type Pubkey struct {
	X string `yaml:"x"`
	Y string `yaml:"y"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL