This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 127tfX8xN9h1Ji6gqg7qLCEHnvYgtS6tdW https://explorer.blockstack.org/address/127tfX8xN9h1Ji6gqg7qLCEHnvYgtS6tdW |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.net.URLEncoder | |
import java.time.Instant | |
import java.util.* | |
import javax.crypto.Mac | |
import javax.crypto.spec.SecretKeySpec | |
const val ONE_HOUR = 3600L; | |
/** | |
* |