Skip to content

Commit

Permalink
fix(types): rename method to generatePublicKey
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev committed Mar 30, 2024
1 parent 32ce021 commit a50adb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export type Keypair = {

export type Wireguard = {
generateKeypair: (self: {}) -> Keypair,
generatePrivateKey: (self: {}, privateKey: { number }) -> string,
generatePublicKey: (self: {}, privateKey: { number }) -> string,
}

return {
Expand Down

0 comments on commit a50adb2

Please sign in to comment.