dargon2_core 2.0.0
dargon2_core: ^2.0.0 copied to clipboard
The bindings for argon2's C reference library. Does not include the library loading itself.
2.0.0 #
- BREAKING: All
sync
ending methods have been removed. Please use the asynchronous methods - All interface code has moved to the
dargon2_interface
plugin
1.0.0 #
- Initial version.
- Moved all bindings (function mappings from C to Dart) here instead of dargon2
- dargon2 and dargon2_flutter both share inheritance off this plugin and handle library loading in their respective plugins