com.jsuereth.pgp.hkp.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bleep-plugin-pgp_2.13 Show documentation
Show all versions of bleep-plugin-pgp_2.13 Show documentation
A bleeping fast scala build tool!
The newest version!
package bleep.plugin.pgp
package object hkp {
// TODO - Convert to an integer first if the Long doesn't use its upper bigs.
def idToString(l: Long) = "%x" format l
// TODO - Is this correct?
def stringToId(s: String): Long = java.lang.Long.parseLong(s, 16)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy