Uh oh!
There was an error while loading. Please reload this page.
Feature/issue 314 costructing wkd urls - #318
Conversation
tomholub
left a comment
There was a problem hiding this comment.
Please see comments below. Thanks!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ekievsky
commented
May 17, 2021
@tomholub may I have an access to SemaphoreCI? There is a build is failing. |
tomholub
commented
May 17, 2021
I've added you - please try again. |
tomholub
left a comment
There was a problem hiding this comment.
It's looking good, one nitpick and it looks ready to merge.
| ) | ||
| } | ||
| func testEncryptedStringEncoding() throws { |
There was a problem hiding this comment.
Sha1 doesn't encrypt the data, it hashes it. So this would be testHashedStringEncoding
ZBase32 encoding implemented using open source solutions.
WKD URL construction was made based on Python implementation.
// edit tom: close#314