SecureBuffer#wipe with block
parent
b55b6808f2
commit
0187d06e96
|
@ -64,6 +64,12 @@ module Sodium
|
||||||
noaccess!
|
noaccess!
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def wipe
|
||||||
|
yield
|
||||||
|
ensure
|
||||||
|
wipe
|
||||||
|
end
|
||||||
|
|
||||||
def finalize
|
def finalize
|
||||||
LibSodium.sodium_free @ptr
|
LibSodium.sodium_free @ptr
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue