mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #540] Sha256 support planed? #356
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#356
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @flangel on GitHub (Aug 16, 2019).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/540
Description:
Hi, is sha256 planed anytime soon ? Pointers how to add it ?
OAuth Provider? (Twitter, Github, ..):
OAuth Version:
Library version:
Xcode version:
@phimage commented on GitHub (Aug 18, 2019):
There is not planning to implement it
But if I can test it and with some help I can integrate it with the one planned for Xcode 11
@flangel Did you know some server which requiere it to connect and to test on it?
For Sha256 implementation I see SwiftPM one
https://github.com/apple/swift-package-manager/blob/master/Sources/Basic/SHA256.swift
or some gist copyed it seems from CryptoSwift
or commoncrypto CC_SHA256