Crate sentc_crypto_core

Source
Expand description

§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

Modules§

cryptomat
group
user

Macros§

as_ref_bytes_single_value
crypto_alg_str_impl
from_bytes_owned_single_value
into_bytes_from_bytes_inner
into_bytes_single_value
try_from_bytes_owned_single_value
try_from_bytes_single_value

Enums§

Error

Functions§

generate_user_register_data
split_sig_and_data