Ed25519 signing and signature-verification functions for PostgreSQL
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_ed25519 |
|---|---|
| Version | 0.2 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | ed25519 |
| Stars | 4 |
| Latest commit | 2019-08-01 |
| Latest release | 2019-08-01 |
| Catalogue updated | 2026-07-30 |
| ed25519 | PostgreSQL extension for a modern and secure digital signature algorithm based on performance-optimized elliptic curves |
| ped25519 | Ed25519 signing and verification functions implemented in Rust with pgrx. |
| pg_ecdsa_verify | ECDSA signature verification functions for PostgreSQL |