mangayomi-mirror/lib/eval/javascript
Mehakdeep Singh 8bf121587d fix: address review — decryptAESGCM optional tag robustness
- doc: clarify tagHex may be empty when the auth tag is already appended
- dart + js bridges coerce a null/missing tagHex to "" so the call can't
  throw before the method's own try/catch fallback
- js prelude defaults tagHex to "" so callers can omit it

(kept default padding for AESMode.gcm intentionally — see PR reply: in the
'encrypt' package, gcm isn't in _streamable, so padding:null would route
decrypt() to _processBlocks() and skip GCM tag verification.)
2026-06-30 12:30:49 -07:00
..
dom_selector.dart Add service disposal and lifecycle cleanup 2026-01-13 01:11:19 +01:00
extractors.dart dart format 2025-02-23 15:31:49 +01:00
http.dart dart format 2025-05-30 17:43:42 +01:00
preferences.dart + 2024-07-29 10:27:48 +01:00
service.dart fixed JS syntax bug where titles containing double quotes were not properly escaped 2026-04-06 01:50:58 +02:00
utils.dart fix: address review — decryptAESGCM optional tag robustness 2026-06-30 12:30:49 -07:00