session

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: May 11, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GCMSession

type GCMSession struct {
	GCM cipher.AEAD
	// contains filtered or unexported fields
}

A GCMSession stores the state of a GCM authenticated/encrypted session. This includes the read/write nonces, memory buffers, and the GCM cipher itself.

func NewGCMSession

func NewGCMSession(key [32]byte, self, remote id.Signatory) (*GCMSession, error)

NewGCMSession accepts a symmetric secret key and returns a new GCMSession that is configured using the symmetric secret key.

func (*GCMSession) GetReadNonceAndIncrement

func (session *GCMSession) GetReadNonceAndIncrement() [12]byte

func (*GCMSession) GetWriteNonceAndIncrement

func (session *GCMSession) GetWriteNonceAndIncrement() [12]byte

Jump to

Keyboard shortcuts

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