firebase / firebase-admin-go

Firebase Admin Go SDK
Apache License 2.0
1.12k stars 239 forks source link

fix(auth): Change "MemoryCost" to "cpuMemCost" in StandardScrypt type #508

Closed pragatimodi closed 1 year ago

pragatimodi commented 1 year ago

Changing the key value "MemoryCost" returned from hash.StandardScrypt.Config() to "cpuMemCost"

RELEASE NOTE: Fixed an incorrect key used to set MemoryCost config in hash.StandardScrypt.Config() API

prameshj commented 1 year ago

/lgtm

prameshj commented 1 year ago

cc @lahirumaramba

lahirumaramba commented 1 year ago

Hi @pragatimodi Thank you for the PR! Would you be able to change the base to dev, please?