- Add a README.md to sshauthentication-api

- Add a note regarding the use of the hash algorithm parameter for EdDSA
  signatures
This commit is contained in:
Christian Hagau
2017-11-22 00:00:00 +00:00
parent 1f7c7f49d4
commit 15a614fc59
2 changed files with 13 additions and 0 deletions

View File

@@ -49,6 +49,8 @@ public class SshAuthenticationApi {
*
* returned extras:
* byte[] EXTRA_SIGNATURE
*
* Note: for EdDSA the hash algorithm is ignored, PureEdDSA has to be implemented
*/
public static final String ACTION_SIGN = "org.openintents.ssh.action.SIGN";
public static final String EXTRA_CHALLENGE = "challenge";