nirapod/core

0.1.0

Yanked
uploaded 1 week ago
Yank reason: components registred name is worng
Flash-first BIP39 English wordlist storage library for embedded targets.

readme

<!-- SPDX-License-Identifier: APACHE-2.0 -->
<!-- SPDX-FileCopyrightText: 2026 Nirapod Contributors -->

# nirapod-bip39

Flash-first BIP39 English wordlist storage for embedded targets.

Phase 1 ships:

- A generated 5-bit packed backend with index-to-word and word-to-index support
- A stable public C API in `include/bip39/bip39.h`
- Host-side round-trip and invalid-input tests
- Stubbed trie and DAWG paths so the final repo layout is stable early
- `bun`-run TypeScript tooling for code generation and local verification

Useful workspace-root commands:

- `bun run codegen`
- `bun run build:host`
- `bun run test:host`
- `bun run verify`
- `bun run docs:doxygen`

The long-form architecture and implementation plan lives in `.docs/PLAN.md`.
Repo-owned scripts live in `../tools/src/`, with canonical input data under
`../tools/data/`.

The generated HTML API site is written to `doxygen-docs/html/index.html`.

Links

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "nirapod/core^0.1.0"

download archive

Stats

  • Archive size
    Archive size ~ 48.89 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

nirapod/core version: 0.1.0
|