~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/util/blake3/README

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This folder contains a local copy of BLAKE3 cryptographic hash library, version 1.3.3.
 
2
 
 
3
Except for changes listed in the "Changes" section, this is a verbatim copy from
 
4
https://github.com/BLAKE3-team/BLAKE3, tag 1.3.3.
 
5
 
 
6
Files will be periodically synchronized with the upstream, and any local changes should
 
7
be clearly documented below.
 
8
 
 
9
Changes:
 
10
- Rename .asm files to .masm due to a Meson limitation (https://mesonbuild.com/Release-notes-for-0-64-0.html#new-languages-nasm-and-masm)
 
11
 
 
12
- Add non-typedef struct name to blake3_hasher.
 
13
 
 
14
- Add "static" to blake3_hash4_neon, to comply with -Werror=missing-prototypes.
 
15
 
 
16
- Add mesa_blake3_visibility.h and set symbol visibility to hidden for assembly sources.
 
 
b'\\ No newline at end of file'