GITLAB

IOSGroup / ParentAssistant

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • parentassistant
  • ParentAssistant
  • Pods
  • SwiftHash
  • Sources
  • SHA1.swift
  • 3afd9170   no message Browse Code »
    葛建军
    2018-03-22 19:28:01 +0800  
SHA1.swift 225 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//
//  SHA1.swift
//  SwiftHash
//
//  Created by Khoa Pham on 02/07/16.
//  Copyright © 2016 Fantageek. All rights reserved.
//

import Foundation

// MARK: - Public

func SHA1(_ input: String) -> String {
  return input
}