UNPKG

@owlnext/heimdall-js-native

Version:

Heimdall API client & utils for react native technologies

5 lines (4 loc) 142 B
export default class Cipher { encrypt: (message: string, key: string) => string; decrypt: (message: string, key: string) => string; }