issues
search
mattrglobal
/
pairing_crypto
A library for pairing based cryptography
Apache License 2.0
14
stars
7
forks
source link
feat: improve public DTOs to use fixed-len slices and refs
#56
Closed
dev0x1
closed
2 years ago
dev0x1
commented
2 years ago
Improve DTOs:
use fixed-len slices instead of owned Vec for SecretKey, PublicKey & Signature
use variable len slices instead of owned Vec for other struct members
Improve DTOs: