Remove redundant sjcl collectors.

We don't need this because we rely on the browser to provide
good enough random values (which browsers do nowadays).
master
Tom Hacohen 2019-10-19 11:14:29 +03:00
parent 631a8d1f25
commit 77c70ffae6
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ import { byte, base64 } from './Helpers';
(sjcl as any).beware['CBC mode is dangerous because it doesn\'t protect message integrity.']();
sjcl.random.startCollectors();
export const HMAC_SIZE_BYTES = 32;
export class AsymmetricKeyPair {