This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import com.google.common.hash.HashCode; | |
| import com.google.common.hash.Hashing; | |
| import com.google.common.io.BaseEncoding; | |
| import java.io.ByteArrayOutputStream; | |
| import java.io.IOException; | |
| public class GenerateEMVCAPubKeyHash { | |
| public static void main(String[] args) throws IOException { | |
| byte[] rid = BaseEncoding.base16().decode(""); | |
| byte[] caPublicKeyIndex = BaseEncoding.base16().decode(""); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git ls-files | grep '\.swp$' | xargs git rm |