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:
Evgeny Poberezkin
2021-10-16 14:02:06 +01:00
committed by GitHub
parent fd247a4e6b
commit d79c9d7ef5
6 changed files with 257 additions and 8 deletions
@@ -1,6 +1 @@
// import 'package:simplexmq/simplexmq.dart';
// void main() {
// var awesome = Awesome();
// print('awesome: ${awesome.isAwesome}');
// }