Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 933 Bytes

File metadata and controls

39 lines (27 loc) · 933 Bytes

Summary

Brief description of what this PR changes and why.

Type of change

  • Bug fix
  • New feature
  • Security fix
  • Refactor / tech debt
  • Documentation
  • Build / CI

Security impact

Does this PR touch any of the following? If yes, describe the impact:

  • Cryptographic primitives or parameters
  • Key derivation or key management
  • Authentication (PIN, biometric, decoy)
  • Panic wipe or self-destruct
  • Database schema or SQLCipher configuration
  • Data storage or serialization

Security impact description: (fill in if any box above is checked)

Testing

  • Tested on a real device
  • Existing tests pass (./gradlew test)
  • New tests added for changed logic

Device tested on: (model + Android version)

Checklist

  • No plaintext key material or note content in logs
  • No new dependencies added without discussion
  • PR targets main