Files
Evgeny Poberezkin d79c9d7ef5 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>
2021-10-16 14:02:06 +01:00

16 lines
260 B
YAML

name: simplexmq
description: A starting point for Dart libraries or applications.
version: 0.0.1
publish_to: none
environment:
sdk: '>=2.14.0 <3.0.0'
dependencies:
asn1lib: ^1.0.2
pointycastle: ^3.3.4
dev_dependencies:
lints: ^1.0.0
test: ^1.16.0