argon2_ffi_base 1.1.1 argon2_ffi_base: ^1.1.1 copied to clipboard
Base package defining the interface for an Argon2 implementation.
1.1.1 #
- Upgrade dependencies.
1.1.0+1 #
- Some helper methods to distinguish ffi implementations from dart only implementations,etc.
1.0.0 #
- Nullsafety migration
0.1.4+6 #
- Linux: Also search lib/ sub directory for libargon.so file.
0.1.4+3 #
- Better error message for mac os when unable to load dylib.
0.1.4+2 #
- separate implementation to allow dart:html compilation.
[0.1.3+1] #
- Allow overwriting of library name lookup.
[0.1.2] #
- Remove dependency on ffi_helper.
[0.1.1] #
- On windows load plugin dll
[0.1.0+1] #
- Fix loading of shared library.
[0.0.1] #
- Initial release