From 691bc239a5163e7b5513e1593791bb112dbbdaca Mon Sep 17 00:00:00 2001 From: Liviu Date: Fri, 28 Aug 2026 00:50:07 +0300 Subject: [PATCH] Declare the one unresolvable citation (internal wallet design note, withheld by security review) --- CITATIONS-UNRESOLVED.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CITATIONS-UNRESOLVED.md diff --git a/CITATIONS-UNRESOLVED.md b/CITATIONS-UNRESOLVED.md new file mode 100644 index 0000000..8b548d8 --- /dev/null +++ b/CITATIONS-UNRESOLVED.md @@ -0,0 +1,13 @@ +# Citations in this repository that you cannot open + +Same rule as the other Aere repositories: a citation is a promise that a claim is +checkable, and where the target is not published the claim is traceable but **not +independently verifiable by you**. Nothing was deleted to produce this list. + +Unresolvable distinct paths in this repository: **1**. + +- `docs/PQC-WALLET-DESIGN.md` cited in: sdk-js/README.md — the wallet design note + stays internal by an explicit security review (2026-08-27): alongside the design it + analyses concrete attack paths against key handling, and that class of content is + not published. The README's claim it supports (keys never leave the device + unencrypted) is checkable directly in `src/` (the signing and storage code).