Module spatial_hasher::spatial_hasher

source ·
Expand description

The spatial_hasher module provides the Spha256 struct and related functionality for encryption and decryption using spatial parameters.

§Structs

  • Point3D: Represents a point in 3D space.
  • RotationAxis: Represents a rotation axis in 3D space.
  • Spha256: Core struct for encryption and decryption.

§Usage

(Include usage examples specific to this module)

Structs§

  • A hasher that uses a 3D point and a rotation axis to encrypt and decrypt data.