Package

com.karasiq.nanoboard

captcha

Permalink

package captcha

Visibility
  1. Public
  2. All

Type Members

  1. case class NanoboardCaptcha(publicKey: ByteString, seed: ByteString, image: ByteString) extends Product with Serializable

    Permalink

    Nanoboard captcha block

    Nanoboard captcha block

    publicKey

    EdDSA public key

    seed

    XORed seed

    image

    Encoded captcha image

    Note

    UnsignedMessage = ReplyTo + Text + PowValue
    Signature = Sign(UnsignedMessage, PrivateKeyFromSeed(DecryptedSeed))
    See also

    https://github.com/nanoboard/nanoboard/commit/ef747596802919c270d0de61bd9bcdf319c787f0

  2. trait NanoboardPow extends AnyRef

    Permalink

Value Members

  1. object NanoboardCaptcha extends Serializable

    Permalink

    Nanoboard captcha utility

  2. object NanoboardPow

    Permalink
  3. package impl

    Permalink
  4. package storage

    Permalink

Ungrouped