From a867d30e77521012fd68af0208ec9ccc57127d86 Mon Sep 17 00:00:00 2001 From: Herbert Poul Date: Tue, 2 Jun 2020 15:37:02 +0200 Subject: [PATCH] extend argon2base --- lib/argon2_ffi_base.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/argon2_ffi_base.dart b/lib/argon2_ffi_base.dart index 14f5cfc..d62ec40 100644 --- a/lib/argon2_ffi_base.dart +++ b/lib/argon2_ffi_base.dart @@ -35,7 +35,7 @@ typedef Argon2Hash = Pointer Function( int version, ); -class Argon2Ffi { +class Argon2FfiFlutter extends Argon2Base { int Function(int x, int y) _nativeAdd; Argon2Hash argon2hash;