Releases: patrickfav/armadillo
Releases · patrickfav/armadillo
v0.4.1 (not secure - do not use)
- fixes missing using incorrect dependency type '.aar'
v0.4.0 (not secure - do not use)
- fixes missing transitive dependency in pom
Note: This release has a bug in the pom dependency file. Use this construct to use it anyway
implementation ('at.favre.lib:armadillo:0.4.0') {
exclude group: 'at.favre.lib', module: 'hkdf'
}
implementation 'at.favre.lib:hkdf:1.0.0'
v0.3.0 (not secure - do not use)
- add compressor feature
- fixes issue were storage salt was incorrectly created
Note: misses transitive dependencies
v0.2.0 (not secure - do not use)
- add authenticated encryption additional associated data
- add crypto protocol version
Warning: This version has fatal flaw not correctly persisting the storage random making it impossible to retrieve the data after recreating the shared preferences