From 97cf00d45c8ecaf95552653d2f2ad2d53dd61b48 Mon Sep 17 00:00:00 2001 From: Michele Balistreri Date: Wed, 7 Nov 2018 16:06:22 +0300 Subject: [PATCH] update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94baa76..c9597e7 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,15 @@ im.status.wallet.test.simulated=false ## Implementation notes -* The applet requires JavaCard 3.0.4 or later. +* The applet requires JavaCard 3.0.4 (with the addition of KeyAgreement.ALG_EC_SVDP_DH_PLAIN_XY +)or later. * The class byte of the APDU is not checked since there are no conflicting INS code. The algorithms the card must support are at least: * Cipher.ALG_AES_BLOCK_128_CBC_NOPAD * Cipher.ALG_AES_CBC_ISO9797_M2 * KeyAgreement.ALG_EC_SVDP_DH_PLAIN +* KeyAgreement.ALG_EC_SVDP_DH_PLAIN_XY * KeyPair.ALG_EC_FP (generation of 256-bit keys) * MessageDigest.ALG_SHA_256 * MessageDigest.ALG_SHA_512 @@ -71,6 +73,5 @@ The algorithms the card must support are at least: * Signature.ALG_ECDSA_SHA_256 Best performance is achieved if the card supports: -* KeyAgreement.ALG_EC_SVDP_DH_PLAIN_XY * Signature.ALG_AES_MAC_128_NOPAD (if this is supported, then Cipher.ALG_AES_BLOCK_128_CBC_NOPAD is not required) * Signature.ALG_HMAC_SHA_512 \ No newline at end of file