Skip to content

Instantly share code, notes, and snippets.

@BurakDizlek
BurakDizlek / HashUtils.kt
Created October 25, 2017 14:28 — forked from kobeumut/HashUtils.kt
I found Sam Clarke's kit. SHA 512 etc.
package com.samclarke.android.util
import java.security.MessageDigest
/**
* Hashing Utils
* @author Sam Clarke <www.samclarke.com>
* @license MIT
*/
object HashUtils {