Files
self/common
Nesopie bcfd284ca8 Feat/sumsub (#1654)
* fix: circuits and contracts

* feat: add reverse ofac logic

* feat: add onlyRole modifiers to functions

* style: replace onlyOwner reference in comment code to role-based access

* test: unskip and update governance tests for access control

* test: fix PCR0 setup in kyc test

---------

Co-authored-by: Evi Nova <tranquil_flow@protonmail.com>
2026-01-27 14:49:34 +05:30
..
2025-06-02 12:16:06 +02:00
2025-09-09 23:04:53 +05:30
2026-01-27 14:49:34 +05:30
2025-06-23 13:01:23 +02:00
2024-07-16 23:14:49 +05:30
2026-01-19 15:54:37 +05:30
2026-01-19 15:54:37 +05:30
2025-08-02 16:55:05 -07:00
2025-09-09 23:04:53 +05:30
2026-01-19 15:54:37 +05:30

OpenPassport Commons

Constants and utils used in multiple OpenPassport subdirectories.

Package Structure

This package includes granular export files (e.g., src/utils/hash/sha.ts, src/utils/circuits/dsc-inputs.ts) that re-export specific functions from their original modules. These enable fine-grained imports for better tree-shaking optimization in consuming applications.

Note: Source files use explicit .js extensions in internal imports. TypeScript's nodenext module setting requires file extensions for ESM, so dropping them would cause type-check failures.