select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Security

pg_ed25519

Ed25519 signing and signature-verification functions for PostgreSQL

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepg_ed25519
Version0.2
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schemaed25519
Stars4
Latest commit2019-08-01
Latest release2019-08-01
Catalogue updated2026-07-30

Related extensions

See also

ed25519PostgreSQL extension for a modern and secure digital signature algorithm based on performance-optimized elliptic curves
ped25519Ed25519 signing and verification functions implemented in Rust with pgrx.
pg_ecdsa_verifyECDSA signature verification functions for PostgreSQL