Skip to content

Replace sjcl by crypto.subtle

Jens Berthold requested to merge maxhq/lufi:crypto-subtle into master

The entropy-related I18N string is also removed. We now use the Web Crypto API method getRandomValues() that is always seeded with enough entropy (as per specification).

Merge request reports