Source: blake3
Section: libs
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/BLAKE3-team/BLAKE3.git
Vcs-Browser: https://github.com/alvistack/BLAKE3-team-BLAKE3
Vcs-Git: https://github.com/alvistack/BLAKE3-team-BLAKE3.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 cmake4,
 libtbb-dev,

Package: libblake3-0
Architecture: amd64
Description: Official C implementation of the BLAKE3 cryptographic hash function
 BLAKE3 is a cryptographic hash function with features like Extendable
 Output Function (XOF), Key Derivation Functions (KDF), Pseudorandom
 Functions (PRF) and Keyed Hashes (MAC). It introduces a Merkle tree
 structure that enables parallel computation across multiple cores.
 BLAKE3 offers a fixed 256-bit output and targets memory efficiency.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},

Package: libblake3-dev
Section: libdevel
Architecture: amd64
Description: Development files for libblake3
 Development files for the blake3 library.
Depends:
 ${misc:Depends},
 libblake3-0 (= ${source:Version}),
