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