sentc-crypto-core 0.15.0

The core of sentc encryption sdk with all alg.
Documentation

Sentclose crypto crate

This create is non_std with alloc

used alg:

  • Password hashing
    • argon2
  • symmetric encryption:
    • aes gcm
  • asymmetric encryption:
    • ecies based on x25519
  • signing
    • ed25519
  • hmac
    • hmac sha256

This create can be used as stand-alone version without the sentclose api