You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- //
- // Util.h
- // goodpk
- //
- // Created by 歐特儀 on 2020/6/19.
- // Copyright © 2020 Altob. All rights reserved.
- //
-
- #import <Foundation/Foundation.h>
-
- NS_ASSUME_NONNULL_BEGIN
-
- @interface Util : NSObject
-
- + (NSString*) sha256HashFor:(NSString *)input;
- @end
-
- NS_ASSUME_NONNULL_END
|