mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-15 19:48:40 +00:00
30 lines
254 B
PHP
30 lines
254 B
PHP
<?php
|
|
|
|
class Aztec
|
|
{
|
|
private function calculateSize()
|
|
{
|
|
|
|
}
|
|
|
|
private function bitStuffing()
|
|
{
|
|
|
|
}
|
|
|
|
private function padding()
|
|
{
|
|
|
|
}
|
|
|
|
private function check()
|
|
{
|
|
|
|
}
|
|
|
|
private function arange()
|
|
{
|
|
|
|
}
|
|
}
|