-
Notifications
You must be signed in to change notification settings - Fork 1
/
client_side_file_crypto.libraries.yml
51 lines (51 loc) · 1.39 KB
/
client_side_file_crypto.libraries.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
csfcPubKeyGen:
version: 1.x
js:
js/pubkeyGen.js: {}
/libraries/client_side_file_crypto/sjcl.js: {}
/libraries/client_side_file_crypto/jsencrypt.js: {}
/libraries/client_side_file_crypto/cryptojs.js: {}
dependencies:
- core/jquery
- core/drupalSettings
csfcUpdatePendingKeys:
version: 1.x
js:
js/updatePendingKeys.js: {}
js/GroupKeys.js: {}
/libraries/client_side_file_crypto/sjcl.js: {}
/libraries/client_side_file_crypto/jsencrypt.js: {}
/libraries/client_side_file_crypto/cryptojs.js: {}
dependencies:
- core/jquery
- core/drupalSettings
csfcEncrypt:
version: 1.x
js:
js/encrypt.js: {}
/libraries/client_side_file_crypto/sjcl.js: {}
/libraries/client_side_file_crypto/cryptojs.js: {}
/libraries/client_side_file_crypto/jsencrypt.js: {}
dependencies:
- core/jquery
- core/drupalSettings
csfcDecrypt:
version: 1.x
js:
js/Decrypt.js: {}
/libraries/client_side_file_crypto/sjcl.js: {}
/libraries/client_side_file_crypto/jsencrypt.js: {}
/libraries/client_side_file_crypto/cryptojs.js: {}
dependencies:
- core/jquery
- core/drupalSettings
csfcRestoreKeys:
version: 1.x
js:
js/restore.js: {}
/libraries/client_side_file_crypto/sjcl.js: {}
/libraries/client_side_file_crypto/jsencrypt.js: {}
/libraries/client_side_file_crypto/cryptojs.js: {}
dependencies:
- core/jquery
- core/drupalSettings