Registry / crypto / cretz-gopaque

cretz-gopaque

JSON →
library0.1.0gogounverified

Implements the OPAQUE asymmetric password-authenticated key exchange (PAKE) protocol in Go.

go get github.com/cretz/gopaque
INSTALL
IMPORT
SIG · CRETZ-GOPAQUE
C
cretz-gopaque
cryptogov0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gopaque
github.com/cretz/gopaque

Minimal example creating a new server state for OPAQUE protocol.

package main import ( "fmt" "github.com/cretz/gopaque" ) func main() { // Example: create a new server state server := gopaque.NewServer() fmt.Println(server) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
Amazon
1
Resources
cretz-gopaque — go get cretz-gopaque · libregistry