Merge remote-tracking branch 'remotes/origin/master' into morrigan/verify-signature

This commit is contained in:
morrigan
2019-12-02 15:30:31 +01:00

View File

@ -2,7 +2,7 @@ import { Handshake } from "./handshake";
import { Buffer } from "buffer";
interface ReturnEncryptionWrapper {
(source: Iterable<Uint8Array>): any;
(source: Iterable<Uint8Array>): AsyncIterableIterator<Uint8Array>;
}
// Returns generator that encrypts payload from the user