Searched refs:sodium_crypto_box (Results 1 – 5 of 5) sorted by relevance
39 $ciphertext = sodium_crypto_box(46 $ciphertext = sodium_crypto_box(93 $alice_to_bob_ciphertext = sodium_crypto_box('Hi, this is Alice',103 $bob_to_alice_ciphertext = sodium_crypto_box('Hi Alice! This is Bob',145 sodium_crypto_box(): Argument #3 ($key_pair) must be SODIUM_CRYPTO_BOX_KEYPAIRBYTES bytes long
57 PHP_FUNCTION(sodium_crypto_box);
41 function sodium_crypto_box(string $message, string $nonce, string $key_pair): string {} function
431 ZEND_FUNCTION(sodium_crypto_box);560 ZEND_FE(sodium_crypto_box, arginfo_sodium_crypto_box)
912 PHP_FUNCTION(sodium_crypto_box) in PHP_FUNCTION() argument
Completed in 19 milliseconds