Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 857 Bytes

File metadata and controls

18 lines (13 loc) · 857 Bytes

Minicrypto Java library

This is the minimalistic Java library providing the basic primitives needed for most Universa operations, compatible with older Android API levels.

Features available:

  • BOSS serialization.
  • Safe58 encoding.
  • RSA private and public keys, with all Universa-specific operations (like, RSA-OAEP encoding and RSASSA-PSS signatures).
  • Key addresses.
  • AES cryptography, PBKDF2 key derivation and so on.

For more documentation, please consult kb.universablockchain.com/minicrypto_java_library/141.

All other Universa-specific documentation can be found at kb.universablockchain.com.