Skip to content

Feature/issue 314 costructing wkd urls - #318

Merged
tomholub merged 4 commits into
masterfrom
feature/issue-314-costructing-wkd-urls
May 17, 2021
Merged

Feature/issue 314 costructing wkd urls#318
tomholub merged 4 commits into
masterfrom
feature/issue-314-costructing-wkd-urls

Conversation

@ekievsky

@ekievsky ekievsky commented May 17, 2021

Copy link
Copy Markdown
Contributor

ZBase32 encoding implemented using open source solutions.
WKD URL construction was made based on Python implementation.

// edit tom: close #314

@ekievsky
ekievsky requested review from Kharchevskyi and tomholub May 17, 2021 13:37

@tomholub tomholub left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see comments below. Thanks!

Comment thread FlowCryptTests/Functionallity/WKDURLs/WKDURLsConstructorTests.swift Outdated
Comment thread FlowCryptTests/Functionallity/WKDURLs/WKDURLsConstructorTests.swift
Comment thread FlowCryptTests/Functionallity/WKDURLs/WKDURLsConstructorTests.swift Outdated
Comment thread FlowCrypt/Functionality/WKDURLs/WKDURLsCreator.swift Outdated
@ekievsky

Copy link
Copy Markdown
Contributor Author

@tomholub may I have an access to SemaphoreCI? There is a build is failing.

@tomholub

Copy link
Copy Markdown
Collaborator

I've added you - please try again.

@tomholub tomholub left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's looking good, one nitpick and it looks ready to merge.

)
}

func testEncryptedStringEncoding() throws {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sha1 doesn't encrypt the data, it hashes it. So this would be testHashedStringEncoding

@tomholub
tomholub merged commit 61eedbf into master May 17, 2021
@tomholub
tomholub deleted the feature/issue-314-costructing-wkd-urls branch May 17, 2021 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

constructing WKD urls

2 participants