mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
cryptographic primitives (#118)
* AES-GSM encryption with padding * RSA-OAEP encryption and key generation * SPKI encoding/decoding RSA public keys * rename functions * encode/decode RSA keys using asn1lib library * remove poitycastle namespace * remove unnecessary typecheck * fix: ci Co-authored-by: alex <alex@tekartik.com>
This commit is contained in:
committed by
GitHub
parent
fd247a4e6b
commit
d79c9d7ef5
@@ -1,6 +1 @@
|
||||
// import 'package:simplexmq/simplexmq.dart';
|
||||
|
||||
// void main() {
|
||||
// var awesome = Awesome();
|
||||
// print('awesome: ${awesome.isAwesome}');
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user