refactor: Rename key.dart to keys.dart

This commit is contained in:
2022-08-03 17:18:14 +02:00
parent 749e2e1a0a
commit 713ea8e1b1
6 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import 'package:cryptography/cryptography.dart';
import 'package:omemo_dart/src/key.dart';
import 'package:omemo_dart/src/keys.dart';
/// Performs X25519 with [kp] and [pk]. If [identityKey] is set, then
/// it indicates which of [kp] ([identityKey] == 1) or [pk] ([identityKey] == 2)