summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION16
1 files changed, 13 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index c2f97d7..78d1ee5 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,9 +1,9 @@
-Extension [ <persistent> extension #114 libsodium version 0.1.2 ] {
+Extension [ <persistent> extension #114 libsodium version 0.1.3 ] {
- Classes [1] {
Class [ <internal:libsodium> class Sodium ] {
- - Constants [31] {
+ - Constants [33] {
Constant [ integer CRYPTO_AEAD_CHACHA20POLY1305_KEYBYTES ] { 32 }
Constant [ integer CRYPTO_AEAD_CHACHA20POLY1305_NSECBYTES ] { 0 }
Constant [ integer CRYPTO_AEAD_CHACHA20POLY1305_NPUBBYTES ] { 8 }
@@ -24,6 +24,8 @@ Extension [ <persistent> extension #114 libsodium version 0.1.2 ] {
Constant [ integer CRYPTO_PWHASH_SCRYPTSALSA208SHA256_MEMLIMIT_INTERACTIVE ] { 16777216 }
Constant [ integer CRYPTO_PWHASH_SCRYPTSALSA208SHA256_OPSLIMIT_SENSITIVE ] { 33554432 }
Constant [ integer CRYPTO_PWHASH_SCRYPTSALSA208SHA256_MEMLIMIT_SENSITIVE ] { 1073741824 }
+ Constant [ integer CRYPTO_SCALARMULT_BYTES ] { 32 }
+ Constant [ integer CRYPTO_SCALARMULT_SCALARBYTES ] { 32 }
Constant [ integer CRYPTO_SHORTHASH_BYTES ] { 8 }
Constant [ integer CRYPTO_SHORTHASH_KEYBYTES ] { 16 }
Constant [ integer CRYPTO_SECRETBOX_KEYBYTES ] { 32 }
@@ -40,7 +42,7 @@ Extension [ <persistent> extension #114 libsodium version 0.1.2 ] {
- Static properties [0] {
}
- - Static methods [37] {
+ - Static methods [38] {
Method [ <internal:libsodium> static public method crypto_aead_chacha20poly1305_decrypt ] {
- Parameters [4] {
@@ -151,6 +153,14 @@ Extension [ <persistent> extension #114 libsodium version 0.1.2 ] {
}
}
+ Method [ <internal:libsodium> static public method crypto_scalarmult ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $string_1 ]
+ Parameter #1 [ <required> $string_2 ]
+ }
+ }
+
Method [ <internal:libsodium> static public method crypto_secretbox ] {
- Parameters [3] {