Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

cryptographic primitive

Henk van Cann edited this page Sep 29, 2022 · 1 revision

Definition

Cryptographic primitives are well-established, low-level cryptographic algorithms that are frequently used to build cryptographic protocols for computer security systems. These routines include, but are not limited to, one-way hash functions and encryption functions.
More on source Wikipedia-page

KERI related

In KERI and ACDC it a serialization of a unitary value associated with a cryptographic operation including but not limited to a digest (hash), a salt, a seed, a private key, a public key, or a signature. All primitives in KERI MUST be expressed in CESR.

See also

The more general term primitive.

Clone this wiki locally