Documentation ¶
Overview ¶
d1-client-go/k1 is a client library for CYBERCRYPT K1.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is the Key Server client.
type GetKeySetRequest ¶
GetKeySetRequest is the request made during a GetKeySet call.
type GetKeySetResponse ¶
type GetKeySetResponse struct { Nonce []byte `json:"nonce"` WrappedKeys []byte `json:"wrappedKeys"` }
GetKeySetResponse is the response to a GetKeySet call.
Click to show internal directories.
Click to hide internal directories.