mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-07-02 04:19:14 +02:00
8 lines
81 B
JavaScript
8 lines
81 B
JavaScript
|
export function x(p) {
|
||
|
return p[0];
|
||
|
}
|
||
|
|
||
|
export function y(p) {
|
||
|
return p[1];
|
||
|
}
|