- 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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user