sapling/eden
Barys Skarabahaty 3ae264c71c Add blake3 support to Serialized blob metadata
Summary:
Adding blake3 support to SerializedBlobMetadata.

* The serialized data is stored as:
   * - version (1 byte, big endian)
   * - blob_size (up to 10 bytes, big endian)
   * - used_hashes (1 byte, big-endian)
   * - hashes stored in order of their type values e.g. from less significant
   to more significant
   * - hash (N bytes)
   ...
   * - hash (M bytes)

Reviewed By: chadaustin

Differential Revision: D44500908

fbshipit-source-id: d64081db8591f85be5cdf3fd98ff9839c028d5fb
2023-06-05 23:41:35 -07:00
..
fs Add blake3 support to Serialized blob metadata 2023-06-05 23:41:35 -07:00
integration merge: remove v1 merge state 2023-06-04 21:54:48 -07:00
locale add a copyright header to glibc_en.po 2019-04-26 14:38:27 -07:00
mononoke Update openssl from 0.10.35 to 10.10.54 2023-06-05 06:35:30 -07:00
scm fix test-rename-merge2.t 2023-06-05 20:23:59 -07:00
test_support asyncio loop vars for 3.10 2023-05-01 10:56:58 -07:00
test-data test-data: remove snapshot 20190313 2022-02-04 13:50:48 -08:00
testlib auth: don't load certs if auth proxy enabled 2023-05-09 09:53:48 -07:00
.clang-tidy clang-tidy: disable facebook-hte-ContextDependentStaticInit 2022-11-04 15:33:50 -07:00
.gitignore
.mononoke_test_file test push 2022-01-06 05:57:35 -08:00
Eden.project.toml