[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ -> SSH2.php (summary)

SSH2 Signature Handler PHP version 5

Author: Jim Wigginton
Copyright: 2016 Jim Wigginton
License: http://www.opensource.org/licenses/mit-license.html MIT License
Link: http://phpseclib.sourceforge.net
File Size: 94 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  load()
  save()

Functions
Functions that are not part of a class:

load($sig)   X-Ref
Loads a signature

return: mixed
param: string $sig

save(BigInteger $r, BigInteger $s, $curve)   X-Ref
Returns a signature in the appropriate format

return: string
param: \phpseclib3\Math\BigInteger $r
param: \phpseclib3\Math\BigInteger $s
param: string $curve