Luca Nicola Debiasi
Luca Nicola Debiasi
_As SDK user I wish to combine different Bloom filters to check if an element (address) is possibly part of multiple Thor's blocks get in different moments._ --- Bloom `Filter`...
# Description The code at `packages/core/src/keystore/keystore.ts` provides the [JSON Keystore v3 Wallet](https://ethereum.org/en/developers/docs/data-structures-and-encoding/web3-secret-storage) encrypt and decrypt functionalities only based on secure audited code, minimally based on - [AES 128 CTR](https://github.com/paulmillr/noble-ciphers?tab=readme-ov-file#aes), -...
The `core` of the SDK can be simplified in terms of usability and cost of maintenance implementing a consistent data model adopting the TS Object Oriented Programming paradigm. The epic...
Investigate the possibility of JS using the SDK running in [React](https://react.dev/) to call native executable code. This case is useful to provide hight speed and secure cryptographic support to runtimes...