Update README

This commit is contained in:
nicolas.dorier 2023-10-24 18:58:15 +09:00
parent e83a4e1413
commit dcefece799
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -127,7 +127,7 @@ var cardKey = new CardKey(new byte[16]);
await ntag.AuthenticateEV2First(0, AESKey.Default);
var uid = await ntag.GetCardUID();
// SaveNonce should be implemented by the server
// SaveCardKey should be implemented by the server
await SaveCardKey(issuerKey.GetId(uid), cardKey);