removed unused crypto functions

This commit is contained in:
Danny Coates 2018-09-04 10:41:45 -07:00
parent 00550872d7
commit 976fd61f23
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 1 additions and 53 deletions

View file

@ -45,7 +45,6 @@ export default class FileReceiver extends Nanobus {
async getMetadata() {
const meta = await metadata(this.fileInfo.id, this.keychain);
this.keychain.setIV(meta.iv);
this.fileInfo.name = meta.name;
this.fileInfo.type = meta.type;
this.fileInfo.iv = meta.iv;