Documentation ¶
Overview ¶
Connection Codec and some Cryptography primitives.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServerAuth ¶
type ServerAuth struct { Rand io.Reader Pub []byte Domain string // contains filtered or unexported fields }
func (*ServerAuth) OnePassPrep ¶
func (sa *ServerAuth) OnePassPrep(pub []byte, domain string) bson.Document
Click to show internal directories.
Click to hide internal directories.