Assignment operators

Synopses

Declared in <crypto/chacha20poly1305.h>

Deleted copy assignment (the secret key must not be duplicated).

Deleted move assignment (the secret key must not be duplicated).

Return Value

A reference to this instance.

Parameters

Name

Description

other

The instance that would be copied.

Created with MrDocs