changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/ffi/blake3/constants.lisp

changeset 698: 96958d3eb5b0
parent: ebe3315b7add
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 ("stddef.h" "stdint.h" "blake3.h")
2 
3 ( ;; (:string blake3-version-string "BLAKE3_VERSION_STRING")
4  (:integer +blake3-key-len+ "BLAKE3_KEY_LEN")
5  (:integer +blake3-out-len+ "BLAKE3_OUT_LEN")
6  (:integer +blake3-block-len+ "BLAKE3_BLOCK_LEN")
7  (:integer +blake3-chunk-len+ "BLAKE3_CHUNK_LEN")
8  (:integer +blake3-max-depth+ "BLAKE3_MAX_DEPTH"))