- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testBase32Hex (0.08 sec)
-
android/guava-tests/test/com/google/common/io/BaseEncodingTest.java
testEncodesWithOffset(base32(), "foobar", 2, 3, "N5RGC==="); testEncodesWithOffset(base32(), "foobar", 3, 1, "MI======"); testEncodesWithOffset(base32(), "foobar", 4, 0, ""); } public void testBase32Hex() { // The following test vectors are specified in RFC 4648 itself testEncodingWithCasing(base32Hex(), "", ""); testEncodingWithCasing(base32Hex(), "f", "CO======");
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 24.7K bytes - Viewed (0) -
guava-tests/test/com/google/common/io/BaseEncodingTest.java
testEncodesWithOffset(base32(), "foobar", 2, 3, "N5RGC==="); testEncodesWithOffset(base32(), "foobar", 3, 1, "MI======"); testEncodesWithOffset(base32(), "foobar", 4, 0, ""); } public void testBase32Hex() { // The following test vectors are specified in RFC 4648 itself testEncodingWithCasing(base32Hex(), "", ""); testEncodingWithCasing(base32Hex(), "f", "CO======");
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 24.7K bytes - Viewed (0)