Ignore:
Timestamp:
Jun 22, 2021, 9:00:19 PM (3 years ago)
Author:
coas-nagasima
Message:

WolfSSLとAzure IoT SDKを更新

Location:
azure_iot_hub_f767zi/trunk/wolfssl-4.7.0
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • azure_iot_hub_f767zi/trunk/wolfssl-4.7.0/wolfssl/wolfcrypt/curve25519.h

    r457 r464  
    8888
    8989WOLFSSL_API
     90int wc_curve25519_make_pub(int public_size, byte* pub, int private_size,
     91                           const byte* priv);
     92
     93WOLFSSL_API
     94int wc_curve25519_generic(int public_size, byte* pub,
     95                          int private_size, const byte* priv,
     96                          int basepoint_size, const byte* basepoint);
     97
     98WOLFSSL_API
     99int wc_curve25519_make_priv(WC_RNG* rng, int keysize, byte* priv);
     100
     101WOLFSSL_API
    90102int wc_curve25519_make_key(WC_RNG* rng, int keysize, curve25519_key* key);
    91103
Note: See TracChangeset for help on using the changeset viewer.