ed448ph
Ed448ph is the pre-hashed variant of the Ed448 digital signature scheme. It belongs to the Ed448 family defined in RFC 8032 and uses the same Edwards-curve (Ed448-Goldilocks) as Ed448, but signs the hash of a message rather than the raw message itself. The “ph” suffix stands for pre-hash, indicating that a cryptographic hash of the message is produced first and then passed to the signing algorithm with appropriate domain separation to distinguish it from the non-prehashed variant.
In Ed448ph, a private key yields a signing scalar and a corresponding public key on the Ed448
Usage and interoperability: Ed448ph is intended for environments where the message may be large or streaming,