package Crypt::Perl::Ed25519; use strict; use warnings; =encoding utf-8 =head1 NAME Crypt::Perl::Ed25519 - Ed25519 in pure Perl =head1 DESCRIPTION This module contains no code; see one of: =over =item * L =item * L =item * L =back Crypt::Perl’s Ed25519 interface is EXPERIMENTAL. The underlying logic is ported from L. See L for the gory details of Ed25519. =cut 1;