aboutsummaryrefslogtreecommitdiff
path: root/cc/subtle/random.cc
AgeCommit message (Expand)Author
2022-02-04Automatically apply some clang-tidy fixes.tholenst
2021-11-23Add a zero-copy method to obtain random bytesambrosin
2020-10-13Improve random.cc documentationrafaelmisoczki
2020-03-02Add a safe interface for generating random SecretDatawiktorg
2020-02-26Manually copy the ints from the buffer to the int. Also, fix the CMake build.tholenst
2020-02-26Add GetRandomUInt{8,16,32} to ::crypto::tink::subtle::Random.tholenst
2018-03-18Fixing C++ include-paths.Bartosz Przydatek
2017-12-11Removing protos-dependency of C++ subtle.Bartosz Przydatek
2017-05-26Move C++ to google::crypto::tink.Thai Duong
2017-05-18Merge "Use unsigned integers when possible, including in protobufs."Thai Duong
2017-05-03Fix copy.bara memory corruption errors.Quan Nguyen
2017-05-03Fix random.Quan Nguyen
2017-04-07Fix a small bug in C++ that breaks building on macOS.Thai Duong
2017-04-06Simplifying KeyManager-interface and adding HmacKeyManager.Bartosz Przydatek