UNPKG

@opendatalabs/vana-sdk

Version:

A TypeScript library for interacting with Vana Network smart contracts.

9 lines (8 loc) 271 B
/** * ECIES Compatibility Test Suite * * Verifies that our new ECIES implementation is 100% compatible with eccrypto. * Uses pre-generated test vectors from eccrypto to ensure backward compatibility * with existing encrypted data in the Vana network. */ export {};