All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jsuereth.pgp.hkp.package.scala Maven / Gradle / Ivy

The newest version!
package com.jsuereth.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 - 2024 Weber Informatics LLC | Privacy Policy