-rw-r--r-- | .build.yml | 9L |
-rw-r--r-- | .envrc | 5L |
-rw-r--r-- | .gitignore | 17L |
-rw-r--r-- | CONTRIBUTING | 3L |
-rw-r--r-- | COPYING | 1L |
-rw-r--r-- | Makefile | 68L |
-rw-r--r-- | README | 7L |
-rw-r--r-- | TODO | 1L |
-rw-r--r-- | corpus/like.json | 12L |
-rw-r--r-- | default.nix | 7L |
-rw-r--r-- | deps/blake3/README.md | 270L |
-rw-r--r-- | deps/blake3/blake3.c | 607L |
-rw-r--r-- | deps/blake3/blake3.h | 60L |
-rw-r--r-- | deps/blake3/blake3_avx2.c | 325L |
-rw-r--r-- | deps/blake3/blake3_avx2_x86-64_unix.S | 1815L |
-rw-r--r-- | deps/blake3/blake3_avx2_x86-64_windows_gnu.S | 1817L |
-rw-r--r-- | deps/blake3/blake3_avx2_x86-64_windows_msvc.asm | 1828L |
-rw-r--r-- | deps/blake3/blake3_avx512.c | 1204L |
-rw-r--r-- | deps/blake3/blake3_avx512_x86-64_unix.S | 2585L |
-rw-r--r-- | deps/blake3/blake3_avx512_x86-64_windows_gnu.S | 2615L |
-rw-r--r-- | deps/blake3/blake3_avx512_x86-64_windows_msvc.asm | 2634L |
-rw-r--r-- | deps/blake3/blake3_dispatch.c | 276L |
-rw-r--r-- | deps/blake3/blake3_impl.h | 269L |
-rw-r--r-- | deps/blake3/blake3_neon.c | 346L |
-rw-r--r-- | deps/blake3/blake3_portable.c | 160L |
-rw-r--r-- | deps/blake3/blake3_sse2.c | 565L |
-rw-r--r-- | deps/blake3/blake3_sse2_x86-64_unix.S | 2291L |
-rw-r--r-- | deps/blake3/blake3_sse2_x86-64_windows_gnu.S | 2332L |
-rw-r--r-- | deps/blake3/blake3_sse2_x86-64_windows_msvc.asm | 2350L |
-rw-r--r-- | deps/blake3/blake3_sse41.c | 559L |
-rw-r--r-- | deps/blake3/blake3_sse41_x86-64_unix.S | 2028L |
-rw-r--r-- | deps/blake3/blake3_sse41_x86-64_windows_gnu.S | 2069L |
-rw-r--r-- | deps/blake3/blake3_sse41_x86-64_windows_msvc.asm | 2089L |
-rw-r--r-- | deps/blake3/example.c | 27L |
-rw-r--r-- | deps/blake3/main.c | 166L |
-rw-r--r-- | deps/rotate-bits/package.json | 13L |
-rw-r--r-- | deps/rotate-bits/rotate-bits.h | 46L |
-rw-r--r-- | deps/sha256/package.json | 15L |
-rw-r--r-- | deps/sha256/sha256.c | 221L |
-rw-r--r-- | deps/sha256/sha256.h | 24L |
-rw-r--r-- | src/ap_json.c | 365L |
-rw-r--r-- | src/ap_json.h | 23L |
-rw-r--r-- | src/base64.c | 169L |
-rw-r--r-- | src/base64.h | 24L |
-rw-r--r-- | src/chibipub.c | 15L |
-rw-r--r-- | src/chibipub.h | 8L |
-rw-r--r-- | src/cursor.h | 193L |
-rw-r--r-- | src/debug.h | 4L |
-rw-r--r-- | src/env.h | 26L |
-rw-r--r-- | src/errors.h | 39L |
-rw-r--r-- | src/hash.h | 31L |
-rw-r--r-- | src/hex.c | 17L |
-rw-r--r-- | src/hex.h | 4L |
-rw-r--r-- | src/http.c | 170L |
-rw-r--r-- | src/http.h | 45L |
-rw-r--r-- | src/inbox.c | 134L |
-rw-r--r-- | src/inbox.h | 20L |
-rw-r--r-- | src/io.c | 106L |
-rw-r--r-- | src/io.h | 16L |
-rw-r--r-- | src/json.c | 608L |
-rw-r--r-- | src/json.h | 52L |
-rw-r--r-- | src/main.c | 539L |
-rw-r--r-- | src/outbox.c | 137L |
-rw-r--r-- | src/outbox.h | 10L |
-rw-r--r-- | src/parse.h | 47L |
-rw-r--r-- | src/post.c | 184L |
-rw-r--r-- | src/post.h | 12L |
-rw-r--r-- | src/sigcheck.c | 666L |
-rw-r--r-- | src/sigcheck.h | 12L |
-rw-r--r-- | src/test_json.c | 85L |
-rw-r--r-- | src/ubjson.c | 518L |
-rw-r--r-- | src/ubjson.h | 44L |
-rw-r--r-- | src/util.c | 33L |
-rw-r--r-- | src/util.h | 28L |