constructor()

in src/crypto/index.ts [16:18]


  constructor(config: CryptoConfig) {
    this.config = config;
  }