| 1 | <?php |
||
| 16 | final class ES512 extends ECDSA |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @return \Mdanter\Ecc\Primitives\GeneratorPoint |
||
| 20 | */ |
||
| 21 | protected function getGenerator() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return string |
||
| 28 | */ |
||
| 29 | protected function getHashAlgorithm() |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @return int |
||
| 36 | */ |
||
| 37 | protected function getSignaturePartLength() |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @return string |
||
| 44 | */ |
||
| 45 | public function getAlgorithmName() |
||
| 49 | } |
||
| 50 |