Skip to main content

Module ecies

Module ecies 

Source
Expand description

Shared ECIES (Elliptic Curve Integrated Encryption Scheme) operations.

This module provides common ECIES functions for key derivation and shared secret validation. All inputs and outputs use typed key newtypes from void-crypto — raw x25519-dalek types stay internal.

Enums§

EciesError
Errors that can occur in ECIES operations.

Constants§

ECIES_INFO
HKDF info parameter for ECIES key derivation.

Functions§

perform_dh_and_derive
Perform X25519 DH key exchange and derive a symmetric encryption key.