Skip to content

Flutter ffi library for argon2 implementation

License

Notifications You must be signed in to change notification settings

kee-org/argon2_ffi

 
 

Repository files navigation

argon2_ffi

Simple wrapper around argon2 for usage in https://github.com/authpass/kdbx.dart

To compile

(Use cmake from android sdk sdk/cmake/3.10.2.4988404/bin/cmake)

cd ios/Classes
cmake .
cmake --build .

Using docker:

docker run -v `pwd`:/build --rm rikorose/gcc-cmake bash -c "cd /build/ios/Classes && cmake . && cmake --build ."

About

Flutter ffi library for argon2 implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.0%
  • C++ 7.2%
  • CMake 5.4%
  • Ruby 2.3%
  • Dart 0.8%
  • Swift 0.7%
  • Other 0.6%