From bf93e420debba2a0ec52ce0579227e925d1ee1a8 Mon Sep 17 00:00:00 2001 From: Danish Arora Date: Thu, 31 Jul 2025 14:47:00 +0530 Subject: [PATCH] chore: address comments --- requirements/zerokit.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/zerokit.md b/requirements/zerokit.md index 0a55bbf..6a07b44 100644 --- a/requirements/zerokit.md +++ b/requirements/zerokit.md @@ -38,13 +38,13 @@ We aim to align expectations and optimize collaboration between the Waku and Vac ### Usability -- **U1.1:** WASM load time should be <5s in cold start on most browsers. -- **U1.2:** API accepts and return Big-Endian (BE), so data can be passed to Web3 RPC API without manipulation. -- **U1.3:** Documentation is provided to use APIs to generate and load credentials. +- **U1.1:** API accepts and return Big-Endian (BE), so data can be passed to Web3 RPC API without manipulation. +- **U1.2:** Documentation is provided to use APIs to generate and load credentials. ### Reliability - **R1.1:** Inter-operability between Zerokit FFI (x86_64, ARM, binaries) and WASI (browser WASM) APIs. +- **R2.2:** Zerokit must be fully interoperable the RLN EVM smart contract. ### Performance