From e87053b4f153b2e0ae46bffbe91e13fc772a1f5a Mon Sep 17 00:00:00 2001 From: Sorunome Date: Sun, 17 May 2020 15:32:06 +0200 Subject: [PATCH] forgot to add 1000 to the numbers --- lib/src/utils/key_verification.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/utils/key_verification.dart b/lib/src/utils/key_verification.dart index 593206d..4a150bd 100644 --- a/lib/src/utils/key_verification.dart +++ b/lib/src/utils/key_verification.dart @@ -245,7 +245,7 @@ class KeyVerification { } List get sasNumbers { - return _bytesToInt(_makeSas(5), 13); + return _bytesToInt(_makeSas(5), 13).map((n) => n + 1000).toList(); } List get sasEmojis {