...

Text file src/github.com/cloudflare/circl/CITATION.cff

Documentation: github.com/cloudflare/circl

     1---
     2cff-version: 1.2.0
     3version: 1.3.7
     4title: "Introducing CIRCL: An Advanced Cryptographic Library"
     5license: BSD-3-Clause
     6abstract: >
     7   CIRCL (Cloudflare Interoperable, Reusable Cryptographic Library) is
     8   a collection of cryptographic primitives written in Go. The goal
     9   of this library is to be used as a tool for experimental
    10   deployment of cryptographic algorithms targeting Post-Quantum (PQ)
    11   and Elliptic Curve Cryptography (ECC).
    12authors:
    13  - family-names: Faz-Hernández
    14    given-names: Armando
    15    affiliation: Cloudflare, Inc.
    16    orcid: "https://orcid.org/0000-0001-5502-8666"
    17  - family-names: Kwiatkowski
    18    given-names: Kris
    19    orcid: "https://orcid.org/0000-0003-2363-317X"
    20date-released: "2019-07-10"
    21keywords:
    22  - cryptography
    23  - crypto
    24  - post-quantum
    25  - golang
    26repository-code: "https://github.com/cloudflare/circl/"
    27type: software
    28message: "Available at https://github.com/cloudflare/circl. v1.3.7 Accessed Dec, 2023."
    29contact:
    30  - name: "Cloudflare, Inc."

View as plain text