From 21aea687b2f38fcc4e6af013b66da6c31921abe4 Mon Sep 17 00:00:00 2001 From: Ugljesa Jovanovic Date: Sun, 13 Sep 2020 16:12:53 +0200 Subject: [PATCH] Updated bindings list to include crypto_box --- supported_bindings_list.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/supported_bindings_list.md b/supported_bindings_list.md index 47b0102..e2fb823 100644 --- a/supported_bindings_list.md +++ b/supported_bindings_list.md @@ -34,20 +34,20 @@ | crypto_auth_hmacsha512_verify | :heavy_check_mark: | | crypto_auth_keygen | :heavy_check_mark: | | crypto_auth_verify | :heavy_check_mark: | -| crypto_box_beforenm | | +| crypto_box_beforenm | :heavy_check_mark: | | crypto_box_curve25519xchacha20poly1305_keypair | not present in LazySodium | | crypto_box_curve25519xchacha20poly1305_seal | not present in LazySodium | | crypto_box_curve25519xchacha20poly1305_seal_open |not present in LazySodium | -| crypto_box_detached | | -| crypto_box_easy | | -| crypto_box_easy_afternm | | -| crypto_box_keypair | | -| crypto_box_open_detached | | -| crypto_box_open_easy | | -| crypto_box_open_easy_afternm | | -| crypto_box_seal | | -| crypto_box_seal_open | | -| crypto_box_seed_keypair | | +| crypto_box_detached | :heavy_check_mark: | +| crypto_box_easy | :heavy_check_mark: | +| crypto_box_easy_afternm | :heavy_check_mark: | +| crypto_box_keypair | :heavy_check_mark: | +| crypto_box_open_detached | :heavy_check_mark: | +| crypto_box_open_easy | :heavy_check_mark: | +| crypto_box_open_easy_afternm | :heavy_check_mark: | +| crypto_box_seal | :heavy_check_mark: | +| crypto_box_seal_open | :heavy_check_mark: | +| crypto_box_seed_keypair | :heavy_check_mark: | | crypto_core_ristretto255_add | | | crypto_core_ristretto255_from_hash | | | crypto_core_ristretto255_is_valid_point | |