MCPcopy Index your code
hub / github.com/XanderYe/dnf / getKey

Method getKey

algorithm/TeaEncrypt.java:14–17  ·  view source on GitHub ↗
(String sixkey)

Source from the content-addressed store, hash-verified

12 private static final String[] HEX_ARRAY = {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f"};
13
14 public static String getKey(String sixkey) {
15 String res1 = encrypt(sixkey);
16 return res1 + POSTFIX;
17 }
18
19 private static int strToInt(String t) {
20 char[] chs = t.toCharArray();

Callers 1

mainMethod · 0.95

Calls 1

encryptMethod · 0.95

Tested by

no test coverage detected