Documentation ¶
Index ¶
- Constants
- func GenerateKey(ctx context.Context, seeds io.Reader) ([]byte, error)
- func GenerateKeyParallel(ctx context.Context, seeds io.Reader) ([]byte, error)
- func Get(client http.Client, server string, pubkey string) ([]byte, error)
- func Put(server string, keypair ed25519.PrivateKey, tm time.Time, body []byte) error
- func ValidPubKey(pub []byte) bool
Constants ¶
View Source
const BoardDateFormat = "<time datetime=\"2006-01-02T15:04:05Z\"></time>\n"
BodyDateFormat is the
View Source
const MaxBoardLen = 2217
MaxBoardLen is the maximum Spring '83 board length in bytes.
Variables ¶
This section is empty.
Functions ¶
func GenerateKeyParallel ¶
func ValidPubKey ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.