mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-22 06:21:53 +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];
|
||
|
}
|