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
parent
631a8d1f25
commit
77c70ffae6
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue