• K
    Cache KeySizes array for EC types · af88ee90
    Kevin Jones 提交于
    Individual KeySizes instances themselves are immutable, so we can re-use instances there.
    Arrays are mutable, so continue to return a copy of the array each time.
    af88ee90
ECDiffieHellmanAndroid.cs 4.3 KB