Home
last modified time | relevance | path

Searched full:hex (Results 1 – 25 of 3442) sorted by relevance

12345678910>>...138

/external/libxml2/test/schemas/
Dhexbinary_0.xml3 <hex>00</hex>
4 <hex>0123456789ABCDEF</hex>
5 <hex>abcdef0123456789</hex>
6 <hex>0123456789abcdef</hex>
7 <hex>0123456789ABCDEF</hex>
8 <hex>0123456789abcdef0123456789ABCDEF</hex>
9hex>0123456789abcdef0123456789ABCDEF0123456789abcdef0123456789ABCDEF0123456789abcdef0123456789ABCD…
10 <hex>01234567899876543210</hex>
11 <hex>00112233445566778899aAbBcCdDeEfF</hex>
12 <hex>A0B1C2D3E4F5</hex>
Dhexbinary_1.xml4 <hex></hex>
5 <hex/>
6 <hex>0</hex>
7 <hex>0123456789ABCDEFGH</hex>
8 <hex>+abcdef0123456789</hex>
9 <hex>-0123456789abcdef</hex>
/external/rust/crates/der-parser/tests/
Dber_parser.rs4 use hex_literal::hex;
12 #[test_case(&hex!("01 01 00"), Some(false) ; "val true")]
13 #[test_case(&hex!("01 01 ff"), Some(true) ; "val false")]
14 #[test_case(&hex!("01 01 7f"), Some(true) ; "true not ff")]
15 #[test_case(&hex!("01 02 00 00"), None ; "invalid length")]
16 #[test_case(&hex!("01 01"), None ; "incomplete")]
46 let data = hex!("30 80 04 03 56 78 90 00 00 02 01 01"); in test_seq_indefinite_length()
111 let data = hex!("31 80 04 03 56 78 90 00 00"); in test_set_indefinite_length()
142 #[test_case(&hex!("02 01 01"), Ok(1) ; "u32-1")]
143 #[test_case(&hex!("02 02 00 ff"), Ok(255) ; "u32-255")]
[all …]
Dder_constructed.rs3 use hex_literal::hex;
10 #[test_case(&hex!("a2 05 02 03 01 00 01"), Ok(0x10001) ; "tag ok")]
11 #[test_case(&hex!("a2 80 02 03 01 00 01 00 00"), Err(BerError::DerConstraintFailed) ; "indefinite t…
12 #[test_case(&hex!("a3 05 02 03 01 00 01"), Err(BerError::InvalidTag) ; "invalid tag")]
13 #[test_case(&hex!("22 05 02 03 01 00 01"), Err(BerError::InvalidClass) ; "invalid class")]
14 #[test_case(&hex!("82 05 02 03 01 00 01"), Err(BerError::ConstructExpected) ; "construct expected")]
34 #[test_case(&hex!("82 03 01 00 01"), Ok(0x10001) ; "tag ok")]
35 #[test_case(&hex!("83 03 01 00 01"), Err(BerError::InvalidTag) ; "invalid tag")]
55 #[test_case(&hex!("30 00"), Ok(&[]) ; "empty seq")]
56 #[test_case(&hex!("30 0a 02 03 01 00 01 02 03 01 00 00"), Ok(&[0x10001, 0x10000]) ; "seq ok")]
[all …]
/external/XNNPACK/eval/
Df32-f16-cvt.cc39 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
40 << ", reference = 0x" << std::hex << std::setw(4) << std::setfill('0') << reference_output in TEST()
41 << ", optimized = 0x" << std::hex << std::setw(4) << std::setfill('0') << outputs[i]; in TEST()
57 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
58 << ", reference = 0x" << std::hex << std::setw(4) << std::setfill('0') << reference_output in TEST()
59 << ", optimized = 0x" << std::hex << std::setw(4) << std::setfill('0') << outputs[i]; in TEST()
75 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
76 << ", reference = 0x" << std::hex << std::setw(4) << std::setfill('0') << reference_output in TEST()
77 << ", optimized = 0x" << std::hex << std::setw(4) << std::setfill('0') << outputs[i]; in TEST()
93 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
[all …]
Df16-f32-cvt.cc39 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
40 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
41 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
57 … << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
58 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
59 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
71 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
72 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
73 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
83 << "input = 0x" << std::hex << std::setw(4) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
[all …]
Df32-roundu.cc34 << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
35 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
36 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
46 << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
47 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
48 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
62 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
63 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
64 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
80 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
[all …]
Df32-roundd.cc34 << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
35 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
36 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
46 << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
47 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
48 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
62 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
63 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
64 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
80 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
[all …]
Df32-roundz.cc38 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
39 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
40 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
56 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
57 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
58 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
74 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
75 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
76 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
92 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
[all …]
Df32-roundne.cc38 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
39 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
40 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
56 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
57 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
58 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
74 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
75 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
76 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
92 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
[all …]
Df32-exp.cc38 << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
39 …<< ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(reference_o… in TEST()
40 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
52 << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
53 …<< ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(reference_o… in TEST()
54 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
70 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
71 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
72 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
90 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
[all …]
Df32-expminus.cc38 << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
39 …<< ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(reference_o… in TEST()
40 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
52 << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
53 …<< ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(reference_o… in TEST()
54 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
70 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
71 << ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << reference_output in TEST()
72 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
89 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
[all …]
Df32-expm1minus.cc38 << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[0]) in TEST()
39 …<< ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(reference_o… in TEST()
40 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[0]); in TEST()
56 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
57 …<< ", reference = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(reference_o… in TEST()
58 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
75 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
76 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
93 … << "input = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(inputs[i]) in TEST()
94 …<< ", optimized = 0x" << std::hex << std::setw(8) << std::setfill('0') << fp32_to_bits(outputs[i]); in TEST()
[all …]
/external/llvm/test/tools/llvm-nm/X86/
Dradix.s5 //RUN: llvm-nm -t=x %t.o | FileCheck --check-prefix="HEX" %s
242 //HEX: 0000000000000000 B i0
243 //HEX: 0000000000000000 D i1
244 //HEX: 0000000000000024 D i10
245 //HEX: 0000000000000028 D i11
246 //HEX: 000000000000002c D i12
247 //HEX: 0000000000000030 D i13
248 //HEX: 0000000000000034 D i14
249 //HEX: 0000000000000038 D i15
250 //HEX: 000000000000003c D i16
[all …]
/external/FP16/test/
Dieee-to-fp32x2-psimd.cc26 std::hex << std::uppercase << std::setfill('0') << in TEST()
31 std::hex << std::uppercase << std::setfill('0') << in TEST()
36 std::hex << std::uppercase << std::setfill('0') << in TEST()
41 std::hex << std::uppercase << std::setfill('0') << in TEST()
46 std::hex << std::uppercase << std::setfill('0') << in TEST()
51 std::hex << std::uppercase << std::setfill('0') << in TEST()
56 std::hex << std::uppercase << std::setfill('0') << in TEST()
61 std::hex << std::uppercase << std::setfill('0') << in TEST()
84 std::hex << std::uppercase << std::setfill('0') << in TEST()
88 std::hex << std::uppercase << std::setfill('0') << in TEST()
[all …]
Dieee-to-fp32-psimd.cc23 std::hex << std::uppercase << std::setfill('0') << in TEST()
28 std::hex << std::uppercase << std::setfill('0') << in TEST()
33 std::hex << std::uppercase << std::setfill('0') << in TEST()
38 std::hex << std::uppercase << std::setfill('0') << in TEST()
56 std::hex << std::uppercase << std::setfill('0') << in TEST()
60 std::hex << std::uppercase << std::setfill('0') << in TEST()
64 std::hex << std::uppercase << std::setfill('0') << in TEST()
68 std::hex << std::uppercase << std::setfill('0') << in TEST()
74 std::hex << std::uppercase << std::setfill('0') << in TEST()
78 std::hex << std::uppercase << std::setfill('0') << in TEST()
[all …]
Dieee-to-fp32-bits.cc37 std::hex << std::uppercase << std::setfill('0') << in TEST()
43 std::hex << std::uppercase << std::setfill('0') << in TEST()
49 std::hex << std::uppercase << std::setfill('0') << in TEST()
55 std::hex << std::uppercase << std::setfill('0') << in TEST()
61 std::hex << std::uppercase << std::setfill('0') << in TEST()
67 std::hex << std::uppercase << std::setfill('0') << in TEST()
73 std::hex << std::uppercase << std::setfill('0') << in TEST()
79 std::hex << std::uppercase << std::setfill('0') << in TEST()
85 std::hex << std::uppercase << std::setfill('0') << in TEST()
91 std::hex << std::uppercase << std::setfill('0') << in TEST()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
DHex.java10 * Utility class for converting hex data to bytes and back again.
12 public class Hex class
32 * encode the input data producing a Hex encoded byte array.
34 * @return a byte array containing the Hex encoded data.
43 * encode the input data producing a Hex encoded byte array.
45 * @return a byte array containing the Hex encoded data.
60 throw new EncoderException("exception encoding Hex string: " + e.getMessage(), e); in encode()
67 * Hex encode the byte data writing it to the given output stream.
80 * Hex encode the byte data writing it to the given output stream.
95 * decode the Hex encoded input data. It is assumed the input data is valid.
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DEscapeTransliterator.java84 // Unicode: "U+10FFFF" hex, min=4, max=6 in register()
85 Transliterator.registerFactory("Any-Hex/Unicode", new Transliterator.Factory() { in register()
88 return new EscapeTransliterator("Any-Hex/Unicode", in register()
93 // Java: "\\uFFFF" hex, min=4, max=4 in register()
94 Transliterator.registerFactory("Any-Hex/Java", new Transliterator.Factory() { in register()
97 return new EscapeTransliterator("Any-Hex/Java", in register()
102 // C: "\\uFFFF" hex, min=4, max=4; \\U0010FFFF hex, min=8, max=8 in register()
103 Transliterator.registerFactory("Any-Hex/C", new Transliterator.Factory() { in register()
106 return new EscapeTransliterator("Any-Hex/C", in register()
112 // XML: "&#x10FFFF;" hex, min=1, max=6 in register()
[all …]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DEscapeTransliterator.java83 // Unicode: "U+10FFFF" hex, min=4, max=6 in register()
84 Transliterator.registerFactory("Any-Hex/Unicode", new Transliterator.Factory() { in register()
87 return new EscapeTransliterator("Any-Hex/Unicode", in register()
92 // Java: "\\uFFFF" hex, min=4, max=4 in register()
93 Transliterator.registerFactory("Any-Hex/Java", new Transliterator.Factory() { in register()
96 return new EscapeTransliterator("Any-Hex/Java", in register()
101 // C: "\\uFFFF" hex, min=4, max=4; \\U0010FFFF hex, min=8, max=8 in register()
102 Transliterator.registerFactory("Any-Hex/C", new Transliterator.Factory() { in register()
105 return new EscapeTransliterator("Any-Hex/C", in register()
111 // XML: "&#x10FFFF;" hex, min=1, max=6 in register()
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/encoders/
DHex.java11 * Utility class for converting hex data to bytes and back again.
14 public class Hex class
34 * encode the input data producing a Hex encoded byte array.
36 * @return a byte array containing the Hex encoded data.
45 * encode the input data producing a Hex encoded byte array.
47 * @return a byte array containing the Hex encoded data.
62 throw new EncoderException("exception encoding Hex string: " + e.getMessage(), e); in encode()
69 * Hex encode the byte data writing it to the given output stream.
82 * Hex encode the byte data writing it to the given output stream.
97 * decode the Hex encoded input data. It is assumed the input data is valid.
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/encoders/
DHex.java11 * Utility class for converting hex data to bytes and back again.
14 public class Hex class
34 * encode the input data producing a Hex encoded byte array.
36 * @return a byte array containing the Hex encoded data.
45 * encode the input data producing a Hex encoded byte array.
47 * @return a byte array containing the Hex encoded data.
62 throw new EncoderException("exception encoding Hex string: " + e.getMessage(), e); in encode()
69 * Hex encode the byte data writing it to the given output stream.
82 * Hex encode the byte data writing it to the given output stream.
97 * decode the Hex encoded input data. It is assumed the input data is valid.
[all …]
/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/
DJsonUtil.java60 String hex = element.getAsString(); in asByteArray() local
61 return TestUtil.hexToBytes(hex); in asByteArray()
76 String hex = element.getAsString(); in asBigInteger() local
77 return asBigInteger(hex); in asBigInteger()
79 public static BigInteger asBigInteger(String hex) { in asBigInteger() argument
82 if (hex.length() % 2 == 1) { in asBigInteger()
83 if (hex.charAt(0) >= '0' && hex.charAt(0) <= '7') { in asBigInteger()
84 hex = "0" + hex; in asBigInteger()
86 hex = "f" + hex; in asBigInteger()
89 return new BigInteger(TestUtil.hexToBytes(hex)); in asBigInteger()
/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Drsa.go18 "encoding/hex"
147 E: hex.EncodeToString(results[0]),
148 P: hex.EncodeToString(results[1]),
149 Q: hex.EncodeToString(results[2]),
150 N: hex.EncodeToString(results[3]),
151 D: hex.EncodeToString(results[4]),
183 msg, err := hex.DecodeString(test.MessageHex)
185 return nil, fmt.Errorf("test case %d/%d contains invalid hex: %s", group.ID, test.ID, err)
194 response.N = hex.EncodeToString(results[0])
195 response.E = hex.EncodeToString(results[1])
[all …]
/external/rust/crates/coset/src/key/
Dtests.rs176 hex::decode("6b4ad240073b99cad65ab8417ce29c6844ad0ae77ce8b3f7e41233f5b9129465") in test_cose_key_encode()
178 hex::decode("a7dc1c39391ab300f7b1787b6e569a031dd0750fe2509b880a41f06666fff785") in test_cose_key_encode()
196 hex::decode("aabbcc").unwrap(), in test_cose_key_encode()
211 assert_eq!(*key_data, hex::encode(&got), "case {}", i); in test_cose_key_encode()
221 keyset_data.extend_from_slice(&hex::decode(key_data).unwrap()); in test_cose_key_encode()
224 assert_eq!(hex::encode(keyset_data), hex::encode(&got_data)); in test_cose_key_encode()
238hex::decode("65eda5a12577c2bae829437fe338701a10aaa375e1bb5b5de108de439c08551d").unwrap(), in test_rfc8152_public_cose_key_decode()
239hex::decode("1e52ed75701163f7f9e40ddf9f341b3dc9ba860af7e0ca7ca7e9eecd0084d19c").unwrap(), in test_rfc8152_public_cose_key_decode()
253hex::decode("bac5b11cad8f99f9c72b05cf4b9e26d244dc189f745228255a219a86d6a09eff").unwrap(), in test_rfc8152_public_cose_key_decode()
254hex::decode("20138bf82dc1b6d562be0fa54ab7804a3a64b6d72ccfed6b6fb6ed28bbfc117e").unwrap(), in test_rfc8152_public_cose_key_decode()
[all …]

12345678910>>...138